Update websocketchat Example
This commit is contained in:
parent
3ad8e9a588
commit
fd25c22843
Binary file not shown.
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user