Enable partial writes for mqtt websockets.

This commit is contained in:
Roger A. Light 2014-05-18 22:41:22 +01:00
parent 7316742cf4
commit 50f9b6bd7a

View File

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