Closed daveisfera closed 10 months ago
Thank you, I've never been tested in python 12 before
I see you have a patch https://github.com/daveisfera/pyrtmp/commit/3ccf5ef8ee9e10a12574c76f9e111d0120497649 Can you apply this fixes in pull request?
I was able to figure out the fix and added it to #11
It appears that this change in the behavior of 3.12 is causing problems. My understanding of
asyncio
is limited, but it appears that thereader
and/orwriter
need to be closed sowait_for_closed
will complete and that's causing the tests to timeout