add broadcasting test where 10 clients exchange messages, to try to trigger threading errors

This commit is contained in:
Benjamin Sergeant
2020-03-30 22:27:41 -07:00
parent 1d3db5f75b
commit 2268b743ae
4 changed files with 323 additions and 3 deletions

View File

@ -54,6 +54,7 @@ set (SOURCES
IXWebSocketSubProtocolTest.cpp
IXSentryClientTest.cpp
IXWebSocketChatTest.cpp
IXWebSocketBroadcastTest.cpp
)
# Some unittest don't work on windows yet