mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
binance: fix listen key keep alive worker call
This commit is contained in:
parent
eefee46e9b
commit
4a8751e486
|
@ -306,7 +306,7 @@ func (s *Stream) createEndpoint(ctx context.Context) (string, error) {
|
|||
}
|
||||
|
||||
log.Debugf("listen key is created: %s", util.MaskKey(listenKey))
|
||||
go s.keepaliveListenKey(ctx, listenKey)
|
||||
go s.listenKeyKeepAlive(ctx, listenKey)
|
||||
}
|
||||
|
||||
url := s.getEndpointUrl(listenKey)
|
||||
|
|
Loading…
Reference in New Issue
Block a user