This commit is contained in:
Andras Schmelczer 2025-03-29 10:07:58 +00:00
parent 1a05e184a7
commit ec58c0ab9b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 3 additions and 4 deletions

View file

@ -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) => {