adshao / go-binance

A Go SDK for Binance API
MIT License
1.49k stars 661 forks source link

Reader error during websocket connection #362

Closed sutapurachina closed 2 years ago

sutapurachina commented 2 years ago

Hello!

My program needs to get prices and trades info by websocket. It works just fine for couple of days but then occasionally I get this error: [failed to get reader: received close frame: status = StatusGoingAway and reason = "". ]This error is created in WsBookTickerServe or in WsUserDataServe. I update websocket connection every 15 minutes. Please help, struggling with this for weeks...