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

@@ -62,7 +62,7 @@ namespace ix
{
if (client != webSocket)
{
client->send(msg->str);
client->send(msg->str, msg->binary);
}
}
}