multiplayer-community-contributions icon indicating copy to clipboard operation
multiplayer-community-contributions copied to clipboard

ReliableChannel stops receiving after 65535 packets

Open neto-kokku opened this issue 3 years ago • 0 comments

https://github.com/Unity-Technologies/multiplayer-community-contributions/blob/e94f42ddb92abdf93e58f7f11c40e8355fa4ac74/Transports/com.mlapi.contrib.transport.ruffles/Runtime/Ruffles/Channeling/Channels/ReliableChannel.cs#L60

This line here is missing the cast to ushort, causing the ReliableChannel to stop accepting packets past sequence 65535.

neto-kokku avatar Sep 29 '21 22:09 neto-kokku