Skip to content

Commit

Permalink
Increase curl timeout attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Nov 6, 2024
1 parent 448103d commit 1287f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release Notes

### v1.19.1 (11/05/2024)
### v1.19.1 (11/06/2024)
Release 1.19.1 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria.
https://www.wolfssl.com/about/wolfssl-software-development-process-quality-assurance

Expand Down
2 changes: 1 addition & 1 deletion examples/mqttnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int NetRead(void *context, byte* buf, int buf_len,
#elif defined(ENABLE_MQTT_CURL)

/* How many times to retry after a timeout. */
#define MQTT_CURL_NUM_RETRY (2)
#define MQTT_CURL_NUM_RETRY (3)

#if defined(WOLFMQTT_NONBLOCK) && defined(WOLFMQTT_TEST_NONBLOCK)
/* Tells the calling function to either return early with
Expand Down

0 comments on commit 1287f15

Please sign in to comment.