Skip to content

Commit

Permalink
refactor: import Node's setTimeout & clearTimeout to prevent ambiguity (
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffWinder committed Dec 14, 2021
1 parent 4c306af commit b04967b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/socket.ts
Expand Up @@ -3,6 +3,7 @@ import debugModule from "debug";
import { IncomingMessage } from "http";
import { Transport } from "./transport";
import { Server } from "./server";
import { setTimeout, clearTimeout } from "timers";

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

Expand Down

0 comments on commit b04967b

Please sign in to comment.