Skip to content

ReliableChannel stops receiving after 65535 packets #34

Description

@neto-kokku

else if (sequence == _incomingLowestAckedSequence + 1)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions