Update websocketchat Example

This commit is contained in:
sairajzero 2019-04-05 18:35:21 +05:30
parent 3ad8e9a588
commit fd25c22843
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -35,8 +35,8 @@ static void broadcast(struct mg_connection *nc, const struct mg_str msg) {
void unicast(struct mg_connection *nc, const struct mg_str msg) {
struct mg_connection *c;
char tmp[5000];
char buf[5000];
char tmp[25000];
char buf[25000];
char addr[32];
char *recipient;
char *actual_msg;