forestwanglin / okx-v5-java

OKX V5 SDK for JAVA
MIT License
20 stars 8 forks source link

reconnecting after WebSocket is disconnected #1

Closed jouzitong closed 6 months ago

jouzitong commented 6 months ago

When designing OkxWsApiService, can you consider reconnecting after WebSocket is disconnected? And renew the login and other subscription information?

forestwanglin commented 6 months ago

Good idea! I'll add the logic into SDK.

forestwanglin commented 6 months ago

Please find it from version 0.2.2024050801

jouzitong commented 6 months ago

Alright, thank you very much!