Skip to content

Version 3.0

Compare
Choose a tag to compare
@Marfusios Marfusios released this 12 Mar 11:59
· 90 commits to master since this release
2cc8803

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)
  • a new MessageEncoding property to change encoding of sent/received text messages (default is UTF8)