@@ -197,7 +197,7 @@ void *process(void *data, int wait)
if(h->opcode==WS_CLOSE)
{
LOG("Websocket: connection closed");
ws_close(user_data->wscl->client,1011);
//ws_close(user_data->wscl->client, 1011);
user_data->status=DISCONNECTED;
free(h);
return0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.