You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ws): include active subscriptions in ConnectionLost for reconnection
BREAKING CHANGE: StreamMessage::ConnectionLost now has two fields:
`reason` and `subscriptions`. Update pattern matches accordingly.
- Add `subscriptions: Vec<(Channel, Vec<String>)>` to ConnectionLost
containing channels and markets active at disconnect time
- Move SubscriptionState and SharedSubscriptions to session module
- Simplify session constructors into single connect() method
- Improve reconnection documentation with resubscription examples
- Add CHANGELOG.md
- Bump version to 0.2.0
0 commit comments