-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CB-4686 add new client event for updating session info #2462
CB-4686 add new client event for updating session info #2462
Conversation
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
@@ -135,6 +137,26 @@ export class SessionEventSource implements IServerEventEmitter<ISessionEvent, IS | |||
|
|||
disconnect() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://rxjs.dev/api/webSocket/webSocket - the rxjs websocket is tried to reconnect cause there was some subscriptions
…event arrived" This reverts commit 7aeffff.
…n-api-call-to-a-websocket-event
|
||
const sessionState: SessionState = { | ||
...this.data, | ||
valid: event?.isValid ?? this.data?.valid, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like this.data is defined here
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
…n-api-call-to-a-websocket-event
No description provided.