ccxws
ccxws copied to clipboard
Add retryTimeoutMs param
Changes for #316
This will allow to reconnect the websocket after its connection is lost. Currently there's a hardcoded value of _retryTimeoutMs=15000ms, this value is kept as a default, but now, classes that inherit BasicClient can get a retryTimeoutMs parameter that will be used in SmartWss.
Currently only tested on DigifinexClient