mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
webrtc: Close WebSocket connections before retrying
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
43bab87be6
commit
2e7f8df070
1 changed files with 2 additions and 2 deletions
|
@ -169,9 +169,9 @@ do_retry:
|
|||
* retrying at the last backoff delay plus the random jitter amount.
|
||||
*/
|
||||
if (lws_retry_sul_schedule_retry_wsi(wsi, &sul_helper.sul, connectStatic, &retry_count))
|
||||
logger->error("Signaling connection attempts exhaused");
|
||||
logger->error("Signaling connection attempts exhausted");
|
||||
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
int SignalingClient::writable()
|
||||
|
|
Loading…
Add table
Reference in a new issue