Enable partial writes for mqtt websockets.

pull/211/merge
Roger A. Light 12 years ago
parent 7316742cf4
commit 50f9b6bd7a

@ -85,6 +85,7 @@ static struct libwebsocket_protocols protocols[] = {
callback_mqtt,
sizeof(struct libws_mqtt_data),
0,
1,
},
{ NULL, NULL, 0, 0 }
};

Loading…
Cancel
Save