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
The reconnect flow in the browser currently relies on the HISTPROV event. This is an event which is currently broadcasted to all clients.
Gateway should stop listening for Kafka HISTPROV events and should instead rely on a wrapper event which deals specifically with reconnect requests keyed by session ID.
This will reduce the network data transfer for the client. HISTPROV can be used entirely behind the scenes to power the new Reconnect wrapper event as well as the Sync Reply
The text was updated successfully, but these errors were encountered:
The reconnect flow in the browser currently relies on the HISTPROV event. This is an event which is currently broadcasted to all clients.
Gateway should stop listening for Kafka HISTPROV events and should instead rely on a wrapper event which deals specifically with reconnect requests keyed by session ID.
This will reduce the network data transfer for the client. HISTPROV can be used entirely behind the scenes to power the new Reconnect wrapper event as well as the Sync Reply
The text was updated successfully, but these errors were encountered: