We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c306af commit b04967bCopy full SHA for b04967b
lib/socket.ts
@@ -3,6 +3,7 @@ import debugModule from "debug";
3
import { IncomingMessage } from "http";
4
import { Transport } from "./transport";
5
import { Server } from "./server";
6
+import { setTimeout, clearTimeout } from "timers";
7
8
const debug = debugModule("engine:socket");
9
0 commit comments