Kucoin / kucoin-go-sdk

Go SDK for KuCoin API.
https://docs.kucoin.com
MIT License
113 stars 75 forks source link

websocket connection reset #121

Open journeytosilius opened 2 years ago

journeytosilius commented 2 years ago

Do you know if Kucoin drops your connection if you open more than one process against the websocket API from the same IP ?

journeytosilius commented 2 years ago

Last night I left only one process with a websocket connection writing data to a database and the same happened, it just dropped after about 18 hours or so. Is there a mehtod to automatically reconnect on drop or something along these lines ?

Thanks !

iamalanal commented 1 month ago

Is the issue solved?