in my project paws I use an uncommon usage of loop.create_server by passing a pre-created reusable non-blocking socket that may be causing an issue down the line with uvloop as shown in this screenshot.
I'm not 100% certain of this, but is this just an unhanded path or an incompatibility?
in my project paws I use an uncommon usage of
loop.create_serverby passing a pre-created reusable non-blocking socket that may be causing an issue down the line with uvloop as shown in this screenshot.I'm not 100% certain of this, but is this just an unhanded path or an incompatibility?