Quick Description
BichannelClientConnection cannot disable PreserveTcpOrdering.
Explanation
In BichannelClientConnection.cs:45, the property PreserveTcpOrdering is defined as get/private set. Checking for references across the project, I couldn't find any place where this property is changed. Because of this, you cannot change the property without editing the DarkRift code directly.
Quick Description
BichannelClientConnectioncannot disablePreserveTcpOrdering.Explanation
In
BichannelClientConnection.cs:45, the propertyPreserveTcpOrderingis defined as get/private set. Checking for references across the project, I couldn't find any place where this property is changed. Because of this, you cannot change the property without editing the DarkRift code directly.