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 499c892 commit 95d9e4aCopy full SHA for 95d9e4a
test/socket.io.ts
@@ -984,7 +984,9 @@ describe("socket.io", () => {
984
clientSocket.off("connect", init);
985
clientSocket.io.engine.close();
986
987
- clientSocket.connect();
+ process.nextTick(() => {
988
+ clientSocket.connect();
989
+ });
990
clientSocket.on("connect", () => {
991
done();
992
});
0 commit comments