fix(ftx): keep in the loop

This commit is contained in:
Jui-Nan Lin 2021-05-21 23:10:05 +08:00
parent fb47a4882f
commit c7f9352e20

View File

@ -136,7 +136,7 @@ func (s *Stream) handleChannelKlineMessage() {
if kline.Closed {
s.EmitKLineClosed(kline)
return
continue
}
s.EmitKLine(kline)