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
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
With Sitestream you can use a controlstream to add or remove users from the connection.
When the client reconnects it will use the list of users at construction time to setup the connection. All users that were removed or added are not handled correctly:
Users that were removed will be added again
Users that were added with a control stream are not added after reconnecting
Is this behaviour expected? It seems the client should maintain the correct list of users on the connection and adjust the request parameters correctly?
Kind regards,
Bart
The text was updated successfully, but these errors were encountered:
I believe the behavior is expected, as when the client reconnects, you get a fresh new stream connection, the given users to the constructor are used as default users(at least one user) to keep new stream connection alive until all users are removed from that stream. Therefore, after client connects, you need to add your users, and then you can remove default user(s) if you want to. And you need to do this everytime client establish a new connection.
Hi,
With Sitestream you can use a controlstream to add or remove users from the connection.
When the client reconnects it will use the list of users at construction time to setup the connection. All users that were removed or added are not handled correctly:
Is this behaviour expected? It seems the client should maintain the correct list of users on the connection and adjust the request parameters correctly?
Kind regards,
Bart
The text was updated successfully, but these errors were encountered: