fix: move back to sled stable
This commit is contained in:
@@ -211,10 +211,12 @@ impl Sending {
|
||||
};
|
||||
},
|
||||
Some(event) = &mut subscriber => {
|
||||
for (_tree, key, value_opt) in &event {
|
||||
if value_opt.is_none() {
|
||||
continue;
|
||||
}
|
||||
if let sled::Event::Insert { key, .. } = event {
|
||||
// New sled version:
|
||||
//for (_tree, key, value_opt) in &event {
|
||||
// if value_opt.is_none() {
|
||||
// continue;
|
||||
// }
|
||||
|
||||
let servernamepduid = key.clone();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user