add comment in WebSocketServer::makeBroadcastServer
This commit is contained in:
parent
22c3a7264e
commit
39cc0ed32f
@ -188,6 +188,7 @@ namespace ix
|
||||
{
|
||||
client->send(msg->str, msg->binary);
|
||||
|
||||
// Make sure the OS send buffer is flushed before moving on
|
||||
do
|
||||
{
|
||||
size_t bufferedAmount = client->bufferedAmount();
|
||||
|
Loading…
Reference in New Issue
Block a user