Prove we've fixed #265

stricter_context_starting
Tyler Goodlet 2021-12-03 14:49:08 -05:00
parent c5c3f7e789
commit 872b24aedd
1 changed files with 5 additions and 0 deletions

View File

@ -79,4 +79,9 @@ def test_no_far_end_stream_opened():
# message which is sent from that call?
await stream.send('yo')
# without this we block waiting on the child side
await ctx.cancel()
await portal.cancel_actor()
trio.run(main)