hyperliquid-dex / hyperliquid-rust-sdk

MIT License
57 stars 47 forks source link

If WsManager is dropped, the spawned tokio tasks aren't stopped #47

Closed Frixoe closed 1 month ago

Frixoe commented 1 month ago

This is an issue because if WsManager is stopped, the two tokio tasks are still running in the background which could cause performance issues and certainly populates logs.

abrkn commented 1 month ago

i'm facing this issue as well

Frixoe commented 1 month ago

Yeah, I've created a fix, waiting for my previous PR to be merged so I can open a PR for that.