revert "sending ssqc on every message loop end"
this reverts commit b14c8de7105a9f570a227ce7f8608103b205eca9 it seems that I created the check for some reason
This commit is contained in:
parent
850ab11272
commit
274a3e1772
@ -665,7 +665,7 @@ void *why2_communicate_thread(void *arg)
|
||||
json_object_put(json);
|
||||
}
|
||||
|
||||
send_socket_deallocate(WHY2_CHAT_CODE_SSQC, why2_chat_server_config("server_username"), connection);
|
||||
if (exiting) send_socket_deallocate(WHY2_CHAT_CODE_SSQC, why2_chat_server_config("server_username"), connection);
|
||||
|
||||
printf("User disconnected.\t%d\n", connection);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user