Hi!
I'm trying to use python-socketio for signalling when establishing a WebRTC connection with the aiortc library.
I could really use the performance boost uvloop for processing WebRCT frames in the main asyncio thread,
but it does not seem to work with socketio. I can't find anything about AsyncClient having support for uvloop so I assume it is not supported?
Would adding uvloop support to AsyncClient be difficult? Was thinking that I could maybe attempt to implement this myself on a fork if the current developers don't have time. I can probably find another solution to my problem if it's a hard problem to solve though...
Hi!
I'm trying to use python-socketio for signalling when establishing a WebRTC connection with the aiortc library.
I could really use the performance boost uvloop for processing WebRCT frames in the main asyncio thread,
but it does not seem to work with socketio. I can't find anything about
AsyncClienthaving support for uvloop so I assume it is not supported?Would adding uvloop support to
AsyncClientbe difficult? Was thinking that I could maybe attempt to implement this myself on a fork if the current developers don't have time. I can probably find another solution to my problem if it's a hard problem to solve though...