Description
Currently the TcpTransport utilizes a raw NetworkStream which is okay when loosmarshalling is enabled and size prefix is turned on but when either of those is not true the marshaling code writes directly to the stream and can result in a lot of small Tcp packets getting transmitted for each message instead of one larger more efficient write.