Jason von Nieda
Jason von Nieda
+1 This helps me switch from Notion.
Hi folks, https://github.com/openpnp/opencv/issues/33 is now fixed so you should be able to upgrade and be back in business.
I've created a pretty simple fix for this issue in https://github.com/fireboardlabs/paho.mqtt.embedded-c/commit/b50fbf70932ff899ee85aa8b9d86389b5c0529bf. If anyone would like to give it a try, or offer feedback, before I send a PR that'd be...
Hi @theOzzieRat, I've worked through the logic of your fix and I can't find any problems with it. Certainly cleaner and shorter than mine! :) I'll give it a shot...
@theOzzieRat I've tested your fix and it works as well (or better) then mine, with much less code, so I'm using it now. Thanks! :)
Just following up on this: I used @theOzzieRat's fix for a couple months and it seemed to help when the connection was generally good, but still failed quite often when...
Same problem, and happens with MQTT.js and Hive client too. * Mosquitto 1.5.4 on Ubuntu 14.04. * Paho JS, MQTT.js, Hive JavaScript client on Chrome and FireFox.
@Dacesilian and @cok666n: This is an issue with mosquitto. You can fix it by recompiling with the correct websockets library. See https://github.com/eclipse/mosquitto/issues/1050.
FWIW, I ran into this issue in the embedded-c client and fixed it by adding a second timer: https://github.com/eclipse/paho.mqtt.embedded-c/issues/122#issuecomment-406683985
Nice work @nordeep! I'm going to try this out. I've been wanting to add a few new commands to my setup, but since I had to manually convert them I...