programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
84 stars 20 forks source link

panicked at 'bug in tokio-rusqlite, please report: "oneshot send"' / bug in tokio-rusqlite, please report: Ok(()) #8

Closed davehorner closed 1 year ago

davehorner commented 1 year ago

Hello, I am getting panic notices while running hyper/tokio. It doesn't report the same error consistently. I get messages that look like:

panicked at 'bug in tokio-rusqlite, please report: "oneshot send"'
thread '<unnamed>' panicked at '\n' , github.com-1ecc6299db9ec823\tokio-rusqlite-0.1.0\src\lib.rs:254:36
thread '<unnamed>' panicked at 'bug in tokio-rusqlite, please report: Ok(())', \github.com-1ecc6299db9ec823\tokio-rusqlite-0.1.0\src\lib.rs:254:36

Aside from the error messages going to the console, the code continues to work. Thanks for the code!

programatik29 commented 1 year ago

Hello, This was fixed in #2. Updating the version should do.

Have a nice day.

davehorner commented 1 year ago

Updated. No more panics. Thank you!