fix(core): update
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user