Home Forums Support Send a Count of bytes Reply To: Send a Count of bytes

#3313
Anonymous
Inactive

Looks like you may still have the default compression enabled, if you use:

NetworkComms.DefaultSendReceiveOptions = new SendReceiveOptions<ProtobufSerializer>();

you should notice a significant difference.