willardf / Hazel-Networking

Hazel Networking is a low level networking library for C# providing connection-oriented, message-based communication via RUDP.
MIT License
385 stars 60 forks source link

Fix a leak of PeerData entries #25

Closed willardf closed 2 years ago

willardf commented 2 years ago

This happens when the peer suddenly goes quiet after connecting. Also tidy up some tests and reduce some logging noise.