Skip to content

Version 5.1

Latest
Compare
Choose a tag to compare
@Marfusios Marfusios released this 15 Feb 15:57
· 4 commits to master since this release
fb57ec5

Features

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