fix(core): update
This commit is contained in:
parent
21dc933302
commit
a7b14cd383
@ -132,7 +132,7 @@ tap.test('should be able to switch to a new server', async (toolsArg) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should be able to locate a connection tag after reconnect', async (tools) => {
|
tap.test('should be able to locate a connection tag after reconnect', async (tools) => {
|
||||||
console.log(testSmartsocket.socketConnections.getArray().length);
|
expect(testSmartsocket.socketConnections.getArray().length).to.equal(1);
|
||||||
const tagOnServerSide = await testSmartsocket.socketConnections
|
const tagOnServerSide = await testSmartsocket.socketConnections
|
||||||
.findSync((socketConnection) => {
|
.findSync((socketConnection) => {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user