ffrostfall / ByteNet

An advanced, modern networking library for Luau/Roblox
https://ffrostfall.github.io/ByteNet/
MIT License
77 stars 16 forks source link

Fix global queue #3

Closed Si-SenorTN closed 9 months ago

Si-SenorTN commented 10 months ago

If you send a global packet via packet:sendAll, and there are no per player channel queues to be flushed, the global queue is accidentally ignored.

ffrostfall commented 9 months ago

I did this myself recently.