uncomment test
This commit is contained in:
parent
e24cedb1b6
commit
27df86ee8f
@ -132,7 +132,7 @@ TEST_CASE("websocket_connections", "[websocket]")
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect")
|
SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect")
|
||||||
{
|
{
|
||||||
IXWebSocketTestConnectionDisconnection chatA;
|
IXWebSocketTestConnectionDisconnection chatA;
|
||||||
for (int i = 0; i < 20; ++i)
|
for (int i = 0; i < 20; ++i)
|
||||||
@ -142,5 +142,5 @@ TEST_CASE("websocket_connections", "[websocket]")
|
|||||||
ix::msleep(i*50);
|
ix::msleep(i*50);
|
||||||
chatA.stop();
|
chatA.stop();
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user