You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test to prevent double registration from unregistering source
* amending to clippy + fmt and windows borrow_mut rules
* moving to TcpListener
* new register instead of binding to same address
Calloop recently found a bug where it's possible to deregister a source by trying to register it twice. See Smithay/calloop#153 for more information.
I don't think
async-io
is affected by this bug, but we should add a test case to make sure.The text was updated successfully, but these errors were encountered: