mirror of
https://github.com/google/bumble.git
synced 2026-06-03 07:57:03 +00:00
59d7717963
After adding test for feature combinations, I found a corner case where, when Transport is dropped and the process is terminated in a test, the `close` Python future is not awaited. I don't know what other situations this issue may arise, so I have safe-guarded it via `block_on` instead of spawning a thread.