Just starting to upgrade all our devices to OS v2.0.0 (excited to finally roll out) beginning with all the Beta testers. In our logging, we are seeing many event loop and cloud handling errors like this:
[comm.protocol] ERROR: Event loop error 1
[comm.protocol] ERROR: Handshake: could not receive HELLO response 10
[comm.protocol.handshake] ERROR: Handshake failed: 25
[comm.protocol.handshake] ERROR: Handshake failed: 26
[system] WARN: Handling cloud error: 2
[system] WARN: Handling cloud error: 3
It doesn’t seem to be affecting performance, but it happens throughout the day (roughly 60 times per day per device), with the majority being Event loop error 1 (which is a PING_TIMEOUT according to here).
Never seen this before (coming from version 1.5.0) so could this just be verbose logging, or something to fix?