fix(core): update

This commit is contained in:
2021-10-22 21:09:42 +02:00
parent 5aa8048ce8
commit 952835e46a
4 changed files with 1754 additions and 1910 deletions

View File

@ -37,6 +37,8 @@ tap.test('should create Server and Client', async (tools) => {
await tools.delayFor(1000);
await testTypedSocketServer.stop();
testTypedSocketServer = await typedsocket.TypedSocket.createServer(testTypedRouter);
// lets see if auto reconnect works
await tools.delayFor(60000);
});