new makeBroadcastServer websocket server method for classic servers, used by ws

This commit is contained in:
Benjamin Sergeant
2021-01-03 11:24:12 -08:00
parent 8910ebcc3c
commit d0359a1764
3 changed files with 50 additions and 93 deletions

View File

@ -47,6 +47,9 @@ namespace ix
// Get all the connected clients
std::set<std::shared_ptr<WebSocket>> getClients();
void makeBroadcastServer();
int listenAndStart();
const static int kDefaultHandShakeTimeoutSecs;
private: