Crypto-toolbox / btfxwss

Bitfinex Websocket API Client written in Python3
MIT License
284 stars 125 forks source link

Websocket configuration is not restored during reconnect #148

Closed petr-fedorov closed 6 years ago

petr-fedorov commented 6 years ago

As specified by Bitfinex API a client may change websocket configuration. This functionality is implemented by BtfxWss.config() method. Unfortunately the websocket configuration configuration is not saved by this method and as a consequence is not restored during reconnect together with resubscriptions.

deepbrook commented 6 years ago

Thanks, @petr-fedorov !