sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
349 stars 147 forks source link

Reconnect after internet connection break #74

Open CopyPasteJedi opened 4 years ago

CopyPasteJedi commented 4 years ago

After internet connection break it's showing only "sleeping to keep loop open" and not connecting anymore.

CopyPasteJedi commented 4 years ago

I solvet it by using 'if' condition. When have no data with last n seconds I'm making new client.