Websocket.Client v3.0 Release Notes

Release Date: 2019-03-12 // about 5 years ago
  • ๐Ÿ’ฅ Breaking changes

    • return type of MessageReceived observable was changed from string to ResponseMessage

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ support for binary messages
      • a new method Send() and SendInstant() with parameter byte[]
      • MessageReceived observable now streams text or binary data (there is type property to distinguish between them)
    • 0๏ธโƒฃ a new MessageEncoding property to change encoding of sent/received text messages (default is UTF8)