@@ -61,6 +61,7 @@ static void fn(struct mg_connection *c, int ev, void *ev_data) {
if(!c->is_websocket) {
if(streamerConnected && streamerConnected != c) {
c->is_closing = 1;
return;
} else {
streamerConnected = c;
}
The note is not visible to the blocked user.