websocket-php
websocket-php copied to clipboard
How do I automatically retry when there is a connection error?
Describe your issue
How to observe the link status after creating the first new WebSocket\Client
. Automatically try to reconnect after a delay of a few seconds when there is a link error, and stop the connection when a certain threshold is exceeded? (Similar to curl
's CURLOPT_RETRY
)