Skip to content

Commit

Permalink
fixup! Huobi: Add V2 websocket support
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Dec 14, 2024
1 parent d176b49 commit ff199aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchanges/huobi/huobi_websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func (h *HUOBI) wsHandleData(respRaw []byte) error {
if !h.Websocket.Match.IncomingWithData(op+":"+ch, respRaw) {
return fmt.Errorf("%w: %s:%s", stream.ErrNoMessageListener, op, ch)
}
return nil
}
}

Expand Down

0 comments on commit ff199aa

Please sign in to comment.