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
Currently, if a reconnection happens, all subscriptions have to be re-assigned. And as far as I know, this is not necessary with the python-bindings (or, better with the rust-implementation). Therefore, zenoh-ts breaks the known behaviour of the session class.
Coming from socketio, I'm used to not-handle reconnection-issues. This strongly reduces complexity in client-code.