start transitioning to better SocketFunction handling

This commit is contained in:
2018-03-18 17:50:37 +01:00
parent b2bd66a6a6
commit 483cb38175
3 changed files with 6 additions and 2 deletions

View File

@ -75,9 +75,11 @@ tap.test('client should disconnect and reconnect', async () => {
});
await done.promise;
});
tap.test('2 clients should connect in parallel', async () => {
// nothing here
// TODO: implement parallel test
});
tap.test('should be able to make a functionCall from client to server', async () => {
let done = smartq.defer();
testSmartsocketClient