You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://developers.binance.com/docs/binance-spot-api-docs/websocket-api/general-api-information
Based on testing, the websocket connection is automatically closed one minute after being established. To keep the connection alive, it should comply with the requirements outlined in the referenced documentation. The existing keepAlive function does not meet these requirements
func: NewOrderCreateWsService
func: wsConn.keepAlive(keepaliveTimeout)