DoumanAsh / vndb.rs

Kawaii VNDB API for Rust. WIP
MIT License
4 stars 2 forks source link

ArcClient is incorrectly using mutext in its futers #1

Closed DoumanAsh closed 6 years ago

DoumanAsh commented 6 years ago

https://github.com/DoumanAsh/vndb.rs/blob/master/src/client/tokio/mod.rs#L190-L194

If future doesn't drive IO it is dead so mutex should be replaced with some other mechanism.

DoumanAsh commented 6 years ago

No longer an issue since it is removed in 0.5.1