Websocket.Client v3.0 Release Notes
Release Date: 2019-03-12 // about 7 years ago-
๐ฅ Breaking changes
- return type of
MessageReceivedobservable was changed from string toResponseMessage
๐ Features
- ๐ support for binary messages
- a new method
Send()andSendInstant()with parameterbyte[] MessageReceivedobservable now streams text or binary data (there is type property to distinguish between them)
- a new method
- 0๏ธโฃ a new
MessageEncodingproperty to change encoding of sent/received text messages (default is UTF8)
- return type of