Skip to content

Commit

Permalink
Fix repo in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jun 14, 2023
1 parent 81e35c1 commit 6ad9471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ To check the KeepAlive status, use `<FirebaseData>.isKeepAlive`.

For the TCP (KeepAlive) options, see [here](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/lwip.html#tcp-options).

You can check the server connecting status, by exexuting `<FirebaseData>.httpConnected()` which will return true when connection to the server is still alive.
You can check the server connecting status, by executing `<FirebaseData>.httpConnected()` which will return true when connection to the server is still alive.


The TCP KeepAlive for ESP8266, [this ESP8266 PR #8940](https://github.com/esp8266/Arduino/pull/8940) should be merged in the [ESP8266 Arduino Core SDK](https://github.com/esp8266/Arduino/releases), i.e., it will be supported in the ESP8266 core version newer than v3.1.2.
Expand Down Expand Up @@ -1012,7 +1012,7 @@ In general, the RTDB stream timed out occurred when no data included keep-alive

Now you can take the pros of TCP KeepAlive in Stream mode by brobing the server connection at some intervals to help the stream time out more reliable.

You can check the server connecting status, by exexuting `<FirebaseData>.httpConnected()` which will return true when connection to the server is still alive.
You can check the server connecting status, by executing `<FirebaseData>.httpConnected()` which will return true when connection to the server is still alive.

As previousely described, using [TCP KeepAlive in `FirebaseData` object](#about-firebasedata-object) in Stream has pros and cons.

Expand Down

0 comments on commit 6ad9471

Please sign in to comment.