Compare commits

...

2 Commits

1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ export default class RPC extends ProtomuxRPC {
stream.off("destroy", ondestroy);
}
});
stream.setKeepAlive(5000);
}
async request(method: any, value: any | string = "", options = {}) {