We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dc385 commit c7b6241Copy full SHA for c7b6241
lazer/sdk/js/src/socket/resilient-websocket.ts
@@ -86,7 +86,7 @@ export class ResilientWebSocket {
86
87
startWebSocket() {
88
if (this.wsUserClosed) {
89
- this.logger.error("Connection was explicitly close. Won't reconnect.");
+ this.logger.error("Connection was explicitly closed by user. Will not reconnect.");
90
return;
91
}
92
0 commit comments