enet-rs icon indicating copy to clipboard operation
enet-rs copied to clipboard

Clear all peer data when ENet is shut down

Open futile opened this issue 6 years ago • 0 comments

Currently, when ENet is shut down (e.g., because the application exits), we don't clean up data associated with peers (as this only happens when an Event::Disconnect is handled).

futile avatar Nov 05 '18 21:11 futile