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 cdae019 commit e1ad89aCopy full SHA for e1ad89a
packages/socket.io-client/lib/socket.ts
@@ -834,8 +834,8 @@ export class Socket<
834
this._pid = pid; // defined only if connection state recovery is enabled
835
this.connected = true;
836
this.emitBuffered();
837
- this.emitReserved("connect");
838
this._drainQueue(true);
+ this.emitReserved("connect");
839
}
840
841
/**
0 commit comments