1
0
Fork 0
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:
Steffen Vogel 2023-06-20 17:39:43 +00:00
parent 43bab87be6
commit 2e7f8df070

View file

@ -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()