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
In src/platform/ESP32/ConnectivityManagerImpl.cpp, there are several functions that both call PlatformMgr().PostEvent() and UpdateInternetConnectivityState() (in either order). With PR #9573, PostEvent() returns an error if it fails. It's not obvious whether UpdateInternetConnectivityState() should be called in such cases.
The text was updated successfully, but these errors were encountered:
Problem
In
src/platform/ESP32/ConnectivityManagerImpl.cpp
, there are several functions that both callPlatformMgr().PostEvent()
andUpdateInternetConnectivityState()
(in either order). With PR #9573,PostEvent()
returns an error if it fails. It's not obvious whetherUpdateInternetConnectivityState()
should be called in such cases.The text was updated successfully, but these errors were encountered: