neto-kokku
neto-kokku
https://github.com/MidLevel/Ruffles/blob/378751e90c57e8359e2c032b37998950ecd69cbd/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.
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.