Compare commits

...

2 Commits

1 changed files with 2 additions and 0 deletions

View File

@ -81,4 +81,6 @@ export default class DummySocket extends Socket {
cb && cb();
}, ms) as any;
}
public unref() {}
}