MirrorNetworking / Telepathy

Simple, message based, MMO Scale TCP networking in C#. And no magic.
MIT License
1.17k stars 136 forks source link

How do I clear the queue for the current connection? #103

Closed donat410-dev closed 3 years ago

donat410-dev commented 3 years ago

I used to do this in ReceiveLoop, but now it doesn't work. And when the limit is exceeded, the client is disconnected. How to clear the queue for the current connection when the limit is exceeded without losing the connection?