fix: move back to sled stable
This commit is contained in:
parent
84f4ce73e5
commit
044e65afcc
4 changed files with 68 additions and 74 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue