Fix E2E
This commit is contained in:
parent
1a05e184a7
commit
ec58c0ab9b
4 changed files with 3 additions and 4 deletions
|
|
@ -295,7 +295,7 @@ export class Syncer {
|
|||
};
|
||||
|
||||
this.applyRemoteChangesWebSocket.onclose = (event): void => {
|
||||
this.logger.error(
|
||||
this.logger.warn(
|
||||
`WebSocket closed with code ${event.code}: ${event.reason}`
|
||||
);
|
||||
this.webSocketStatusChangeListeners.forEach((listener) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue