- [CHANGED] After calling Connect(), subsequent calls will no-op unless Disconnect() is called first.
- [CHANGED] Event listeners are removed from _websocket and _connection on disconnect
- [CHANGED] MemberAdded event handler is now aware of which member has been added
- [ADDED] Unbind methods
- [ADDED] Ability to change cluster (thanks @Misiu)
- [CHANGED] Update dependencies
- Newtonsoft.Json 9.0.1
- WebSocket4Net 0.14.1
- [ADDED] Auto re-subscription
- [ADDED] Exceptions are raised via an event and aren't thrown (unless there are no event handlers)
- [ADDED] Auto-reconnections now backs off by 1 second increments to a maximum of a retry every 10 seconds.
- [ADDED] The WebSocket Host can be configured
- [ADDED] You can now subscribe prior to connecting
- [REMOVED]
Pusher.Send
method on the public API - [CHANGED] Update dependencies
- Newtonsoft.Json 7.0.1
- WebSocket4Net 0.13.1
- [CHANGED] Update package dependencies
- Newtonsoft.Json 6.0.4
- WebSocket4Net 0.10