NetrexMC / RakNet

RakNet implementation in Rust
Apache License 2.0
44 stars 12 forks source link

Potential memory leak with connections #4

Closed john-bv closed 2 years ago

john-bv commented 3 years ago

The raknet server never removes a "connected" client after timeout resulting in a potential memory leak.

Code: https://github.com/NetrexMC/RakNet/blob/protocol/src/server.rs#L66-L69

john-bv commented 2 years ago

This has been solved for a while now 😂