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.
evt
1 parent 1fdaf00 commit ca4e123Copy full SHA for ca4e123
resources/scripts/plugins/Websocket.ts
@@ -34,7 +34,7 @@ export class Websocket extends EventEmitter {
34
this.emit('SOCKET_OPEN');
35
this.authenticate();
36
},
37
- onreconnect: () => {
+ onreconnect: (evt) => {
38
// We return code 4409 from Wings when a server is suspended. We've
39
// gone ahead and reserved 4400 as well here for future expansion without
40
// having to loop back around.
0 commit comments