fix(core): update
This commit is contained in:
parent
0f82d63f5c
commit
2c59540768
@ -34,6 +34,7 @@ const portProxyCalls = {
|
|||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: 8001,
|
port: 8001,
|
||||||
});
|
});
|
||||||
|
from.setTimeout(120000);
|
||||||
from.pipe(to);
|
from.pipe(to);
|
||||||
to.pipe(from);
|
to.pipe(from);
|
||||||
from.on('error', () => {
|
from.on('error', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user