-
Notifications
You must be signed in to change notification settings - Fork 492
Update suggested versions and manually merge connection error check #356
Conversation
Firebase.stream() is still not working well. Firebase.failed() happens only after some time you don't interact on firebase. |
@anhthoai I am having the same problem. |
I am having this issue. I found out that the stream looses its connection right after my modem switches between 3G and LTE. SDK:2.2.1(cfd48f3)/Core:win-2.5.0-dev/lwIP:2.0.3(STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-10-g0c0d8c2)/BearSSL:94e9704 |
I've been fighting to figure out how we can report error from losing connection, however current implementation of WifiClientSecure in the Arduino Core 2.4.1 is incapable of doing so. There are no workaround at the moment except you will probably have to reboot your MC. Fix for empty error() is coming, however that won't fix the underlying problem here: We had this problem before, it's not new. Recent changes in Arduino Core suggest we will have options in the future. However, I probably won't do anything until next official release or RC is made. (2.4.2, I guess). |
No description provided.