Replies: 3 comments 3 replies
-
Please make sure you set this properly. Firebase-ESP32/examples/Basic/Basic.ino Lines 81 to 83 in 2ba9ce7 Otherwise, it is because your router or network that cannot access the internet. |
Beta Was this translation helpful? Give feedback.
-
For the queue, it is not the cause of error "connection refused". The queue is FIFO ordered, then the error is from the first request in queue or at index 0. |
Beta Was this translation helpful? Give feedback.
-
You have to solve network issue instead. Error queue is not functioning if you don't initiate it. |
Beta Was this translation helpful? Give feedback.
-
Why is the response from firebase connection refused after the code has been running for several minutes?
I tried using code from https://github.com/mobizt/Firebase-ESP32/blob/master/examples/Basic/Basic.ino
What's the problem? @mobizt
Beta Was this translation helpful? Give feedback.
All reactions