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
privatestaticreadonlyFixedString128Bytesk_NetworkIdMismatch="Invalid connection ID {0}.";
54
-
privatestaticreadonlyFixedString128Bytesk_NetworkVersionMismatch="Connection ID is invalid. Likely caused by sending on stale connection {0}.";
55
-
privatestaticreadonlyFixedString128Bytesk_NetworkStateMismatch="Connection state is invalid. Likely caused by sending on connection {0} which is stale or still connecting.";
56
-
privatestaticreadonlyFixedString128Bytesk_NetworkPacketOverflow="Packet is too large to be allocated by the transport.";
57
-
privatestaticreadonlyFixedString128Bytesk_NetworkSendQueueFull="Unable to queue packet in the transport. Likely caused by send queue size ('Max Send Queue Size') being too small.";
58
-
59
-
/// <summary>
60
-
/// Convert a UTP error code to human-readable error message.
61
-
/// </summary>
62
-
/// <param name="error">UTP error code.</param>
63
-
/// <param name="connectionId">ID of the connection on which the error occurred.</param>
0 commit comments