fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-03 00:13:29 +00:00
parent 6168b07414
commit b5fcdadd3d

View File

@ -25,6 +25,8 @@ const portProxyCalls = {
to.removeAllListeners();
from.unpipe();
to.unpipe();
from.destroy();
to.destroy();
}
netServer = net
.createServer((from) => {