blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Always save the most recent waker #272

Closed espindola closed 6 months ago

espindola commented 7 months ago

The reason for it is in a comment. I found this by inspection, but can try to write a testcase with a dummy executor. Not sure if this issue would show up when using tokio.

espindola commented 6 months ago

I have included a test now.

espindola commented 6 months ago

Happy new year! Are there any other changes that you would like for this PR?