Features
- Usage of RecyclableMemoryStream for processing incoming messages. Thanks @Odonno !
- The new methods available
SendAsText(byte[] | ArraySegment<byte>)- send binary message asTexttype. Use it to avoid double serialization.
SendAsText(byte[] | ArraySegment<byte>) - send binary message as Text type. Use it to avoid double serialization.