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)