lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Fix enqueuing unreliable packets with disabled flow control #113

Closed mudcrab2142 closed 5 years ago

mudcrab2142 commented 5 years ago

The Enqueue method was able to queue only 2 messages before sending, all other messages were dropped.

MichaelDePiazzi commented 5 years ago

Nice find! I just checked and found that this was actually affecting my game on occasion. This seems like the correct fix for this issue to me, so I'm using it in my game now. Thanks!

lidgren commented 5 years ago

thanks!