uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Support datagram endpoints over netlink sockets

Open MorningLightMountain713 opened this issue 8 months ago • 1 comments

Hi there,

please see: https://github.com/svinota/pyroute2/issues/1335

My project uses uvloop, however I've had to move back to asyncio as I have a dependency on pyroute2, and it doesn't work with uvloop.

This seems to be because uvloop doesn't support datagram endpoints over netlink sockets, whereas asyncio does.

Is this something that could be implemented?

Thanks,

David.

MorningLightMountain713 avatar May 02 '25 07:05 MorningLightMountain713

I have the same dilemma. I love the performance of uvloop, but my application needs to use netlink

daggerwolf45 avatar Jul 30 '25 01:07 daggerwolf45