Version 3.0
Breaking changes
- return type of
MessageReceived
observable was changed from string toResponseMessage
Features
- support for binary messages
- a new method
Send()
andSendInstant()
with parameterbyte[]
MessageReceived
observable now streams text or binary data (there is type property to distinguish between them)
- a new method
- a new
MessageEncoding
property to change encoding of sent/received text messages (default is UTF8)