Hi,
Using libwebsockets 4.5.8 with MQTT client and libuv, we see that 9e33c52 partially reverts 6f1026f.
6f1026f fixed an issue we were having with MQTT client, where lws_callback_on_writable(wsi) would not result in the callback event LWS_CALLBACK_MQTT_CLIENT_WRITEABLE if the libuv event loop backend is used.
We have locally reverted 9e33c52 and the behavior is corrected., but we assume that may not be the correct long-term solution. Any advice is helpful.
Thanks!
Harry
Hi,
Using libwebsockets 4.5.8 with MQTT client and libuv, we see that 9e33c52 partially reverts 6f1026f.
6f1026f fixed an issue we were having with MQTT client, where
lws_callback_on_writable(wsi)would not result in the callback eventLWS_CALLBACK_MQTT_CLIENT_WRITEABLEif the libuv event loop backend is used.We have locally reverted 9e33c52 and the behavior is corrected., but we assume that may not be the correct long-term solution. Any advice is helpful.
Thanks!
Harry