Skip to content

Commit

Permalink
Add read and send timeout for sync task.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Apr 5, 2024
1 parent 3d9f580 commit 7963df5
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 @@ -46,7 +46,7 @@ This library is [Firebase-ESP-Client](https://github.com/mobizt/Firebase-ESP-Cli

- [Async Client](#async-client)

- [Send and Read timeouts for Sync and Async Tasks](#send-and-read-timeouts-for-sync-and-async-tasks)
- [Send and Read Timeouts for Sync and Async Tasks](#send-and-read-timeouts-for-sync-and-async-tasks)

- [The Static Async Result Instances Required for Async Operation](#the-static-async-result-instances-required-for-async-operation)

Expand Down Expand Up @@ -380,7 +380,7 @@ The SSL Client is a kind of sync or blocking Client that takes time during estab

The async SSL client can be assigned to the async client class constructor but currently experimental.

### Send and Read timeouts for Sync and Async Tasks
### Send and Read Timeouts for Sync and Async Tasks

The default send and read timeouts for async task are 30 seconds and cannot be changed.

Expand Down

0 comments on commit 7963df5

Please sign in to comment.