HuobiRDCenter / huobi_Golang

Go SDK for Huobi Spot API
https://www.htx.com/zh-cn/opend/newApiPages/
Apache License 2.0
176 stars 86 forks source link

Responses with errors are silenced #18

Closed filinvadim closed 3 years ago

filinvadim commented 4 years ago

By this line: https://github.com/HuobiRDCenter/huobi_Golang/blob/75de5c6fcc0ed1917ef0d9e3a00c7b315f427224/pkg/client/websocketclientbase/websocketv1clientbase.go#L238

Need to remove it.

eynzhang commented 3 years ago

@filinvadim thanks for your feedback, the condition is removed so that the errors can be exposed.

Reminder: the websocket v1 will be obsolete, it is suggest you use websocket v2.