binance: fix listen key keep alive worker call

This commit is contained in:
c9s 2022-01-11 14:16:35 +08:00
parent eefee46e9b
commit 4a8751e486

View File

@ -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)