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 029e343 commit e396f5dCopy full SHA for e396f5d
lib/websocket.ts
@@ -93,6 +93,7 @@ export class FireFlyWebSocket {
93
.on('close', () => {
94
if (this.closed) {
95
this.logger.log('Closed');
96
+ this.closed(); // do this after all logging
97
} else {
98
this.disconnectDetected = true;
99
this.reconnect('Closed by peer');
0 commit comments