chore: add debug flag + housekeeping

This commit is contained in:
atagen 2025-06-23 12:49:34 +10:00
parent 18d349c11f
commit 67e77c122f
4 changed files with 29 additions and 12 deletions

View file

@ -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);
});
}