Closed leetrout closed 2 years ago
This PR addresses the CLI synchronization issues by making several changes:
websocket.Client.Run
Client.ConnectionLost
websocket.Client.Config
ReconnectInterval
proxy.Proxy.Run
Additionally I have:
proxy.Proxy.createSession
Closes #23
This PR addresses the CLI synchronization issues by making several changes:
websocket.Client.Run
no longer retries connectionsClient.ConnectionLost
method is called to notify the expiration channelwebsocket.Client.Config
no longer supportsReconnectInterval
proxy.Proxy.Run
now supports retrying connections indefinitelyAdditionally I have:
proxy.Proxy.createSession
Closes #23