Remove manual pongs
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -16,5 +16,5 @@ pub async fn run(config: Arc<Config>) {
|
||||
alpaca::websocket::trading::authenticate(&mut websocket_sink, &mut websocket_stream).await;
|
||||
alpaca::websocket::trading::subscribe(&mut websocket_sink, &mut websocket_stream).await;
|
||||
|
||||
spawn(websocket::run(config, websocket_stream, websocket_sink));
|
||||
spawn(websocket::run(config, websocket_stream));
|
||||
}
|
||||
|
Reference in New Issue
Block a user