You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs some thought. We can emit an assert(false) at the end of event handlers if exception != NO_EXCEPTION or we can modify all enqueues to enqueue the same event handler and pass the actual event handler as a pointer. The fake wrapper then calls the handler, checks its return and does something if an exception happened.
Another possibility would be that the SDK adds a defined way to react to errors returned by event handlers. This is the hardest and nicest solution.
We've had the situation that the MQTT client was running but before the WiFi access got a problem. So nothing at all was send out.
We should check if a connection was established and then sending out the stuff via MQTT
The text was updated successfully, but these errors were encountered: