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
This seems to work as intended when sending with QoSType.Reliable, but fails with QoSType.Unreliable. Haven't tried QoSType.UnreliableOrdered. Is fragmentation not supported for unreliable packets?
Ah, fragmentation is not supported for unreliable fragments, but that does seem like poor failure behavior (ideally, it should be failing with a more descriptive error message when you attempt to send a packet that's too large rather than failing on the receiving end with a somewhat cryptic message like that).
When receiving unreliable message fragments an exception is thrown in
PacketIO. ReadFragmentHeader
.This seems to work as intended when sending with
QoSType.Reliable
, but fails withQoSType.Unreliable
. Haven't triedQoSType.UnreliableOrdered
. Is fragmentation not supported for unreliable packets?To reproduce:
The text was updated successfully, but these errors were encountered: