Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bug: Calling block_on twice causes a panic #160

Closed
ollie-etl opened this issue Oct 31, 2022 · 3 comments
Closed

bug: Calling block_on twice causes a panic #160

ollie-etl opened this issue Oct 31, 2022 · 3 comments

Comments

@ollie-etl
Copy link
Contributor

ollie-etl commented Oct 31, 2022

See PR #159 for reproduction. I believe this was introduced bus was introduced in #142. It became possible to exercise it because of #148

@Noah-Kennedy
Copy link
Contributor

The core issue here is that the background task for the driver is spawned in each block_on call.

@Noah-Kennedy
Copy link
Contributor

I'll get to this tonight.

@Noah-Kennedy
Copy link
Contributor

Fixed by #162.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants