JacoFourie

Results 34 comments of JacoFourie

I changed the code to look like this. Will let it run and check if I see duplicates or missing messages. ```` while (millis()-now < 4500 && !responseReceived) { ````...

So it seems my timeout was too low. The server sometimes takes its time to send a response and then the send code will fire again as it did not...

I let it run for 190 minutes and all is OK now. I also did random tests where I would fluid the messages. I would count how many was sent...

So the code has been running for more than a day and I did not get any duplicates or loose any messages. ![ok](https://user-images.githubusercontent.com/17771641/36660577-4b8402b6-1ae1-11e8-82db-9ba699030d3f.JPG) what I did was to add a...

Not sure if my fix was made part of the current version. I have been using it for months now and it works 100% with the fix I put in.

You should handle the disconnect and reconnect yourself by checking when the connection type changes. IT works 100% then.

Upgrade to version 3.3.0 then the error goes away.

Hi. did you fix it now. I did use Reset in the past but it did nothing. So I was forced to make another animation that would reset the values...

Hi @zplata . The reset does nothing. How should it be used?