My Electron(s) are returning a 400 error every 14-15 minutes , however they are setup to send a keep alive every 4 minutes .
No matter how much I call a function on the electron or how often the device publishes to the API they Will always return a 400 every 15 minutes and that lasts about 1.5 minutes .
It looks like the device goes offline for some reason ?? Or the UDP connection is killed even though I have a keep alive .
Can anyone else tell me what could be causing this issue . Please note this is a 400 error , not a 408
Thanks in advance , P.S these electrons Are currently in a real life production environment where stability is an absolute must and I’m really struggling with these errors
Thankyou that would be a massive help ! its a big hole in our electron sites, as we are getting 400’s for about 1.5 minutes every 14-15 minutes. Cant wait to hear back.
An update , it actually calls the function on the hardware but it returns a 400 error after about 240 requests. Is there hardware / firmeware throttling ? i’m requesting every 5 seconds.
Looks like it gets a 400 error after the 252nd function call and a 408 error after the 252nd variable call, Interesting that they are different errors but are completely reproducable.