Skip to content

Commit b04967b

Browse files
authored
refactor: import Node's setTimeout & clearTimeout to prevent ambiguity (#632)
1 parent 4c306af commit b04967b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/socket.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import debugModule from "debug";
33
import { IncomingMessage } from "http";
44
import { Transport } from "./transport";
55
import { Server } from "./server";
6+
import { setTimeout, clearTimeout } from "timers";
67

78
const debug = debugModule("engine:socket");
89

0 commit comments

Comments
 (0)