chore: add debug flag + housekeeping
This commit is contained in:
parent
18d349c11f
commit
67e77c122f
4 changed files with 29 additions and 12 deletions
|
@ -154,6 +154,7 @@ pub async fn event_provider(
|
|||
};
|
||||
if let Res::BadSockets(bad) = res {
|
||||
bad.into_iter().for_each(|b| {
|
||||
// TODO does Drop close this?
|
||||
sockets.remove(&b);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue