You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SessionParser currently relies on a NumberFormatException with a specific message to hit a case where the first three fields are out of order. This should probably be dealt in a way that is less brittle to custom crafted out of order messages. Maybe even by the ReceiverEndPoint?
The text was updated successfully, but these errors were encountered:
The SessionParser currently relies on a
NumberFormatException
with a specific message to hit a case where the first three fields are out of order. This should probably be dealt in a way that is less brittle to custom crafted out of order messages. Maybe even by the ReceiverEndPoint?The text was updated successfully, but these errors were encountered: