mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
fix(ftx): keep in the loop
This commit is contained in:
parent
fb47a4882f
commit
c7f9352e20
|
@ -136,7 +136,7 @@ func (s *Stream) handleChannelKlineMessage() {
|
|||
|
||||
if kline.Closed {
|
||||
s.EmitKLineClosed(kline)
|
||||
return
|
||||
continue
|
||||
}
|
||||
|
||||
s.EmitKLine(kline)
|
||||
|
|
Loading…
Reference in New Issue
Block a user