From 50f9b6bd7aa22b99fe9f5dbc7408c18ea9480775 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 18 May 2014 22:41:22 +0100 Subject: [PATCH] Enable partial writes for mqtt websockets. --- src/websockets.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/websockets.c b/src/websockets.c index dc9a033b..d17edd50 100644 --- a/src/websockets.c +++ b/src/websockets.c @@ -85,6 +85,7 @@ static struct libwebsocket_protocols protocols[] = { callback_mqtt, sizeof(struct libws_mqtt_data), 0, + 1, }, { NULL, NULL, 0, 0 } };