Skip to content

Support for uvloop in socketio.AsyncClient() #758

@samiamlabs

Description

@samiamlabs

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions