iloveyou99

Results 1 comments of iloveyou99

iis websocket server is only broadcasting to all client when get byte message : void onmessage(byte [] data ) { if (ws.ReadyState == WebSocketState.Open) { ws.broadcast(data ); //send to server...