We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478efb9 commit 4a18968Copy full SHA for 4a18968
minimal-examples-lowlevel/ws-client/minimal-ws-client-binance/main.c
@@ -84,7 +84,7 @@ static const lws_retry_bo_t retry = {
84
.conceal_count = LWS_ARRAY_SIZE(backoff_ms),
85
86
.secs_since_valid_ping = 400, /* force PINGs after secs idle */
87
- .secs_since_valid_hangup = 400, /* hangup after secs idle */
+ .secs_since_valid_hangup = 410, /* hangup after secs idle */
88
89
.jitter_percent = 0,
90
};
0 commit comments