uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

UVLoop and asyncio socket 'start_server'

Open dpineiden opened this issue 6 years ago • 4 comments

uvloop==0.13.0rc1 Python 3.7

There are a problem when starts a socket server (asyncio)

I create a socket module and tests.

The test starts the server ok without uvloop, but when set not. Raise an empty Eception :S

Here is the module: https://gitlab.com/pineiden/gus

The tests are in test/advance_uv_class

Br!

dpineiden avatar Jun 10 '19 14:06 dpineiden

Can you please provide the minimal code to reproduce your issue?

jlaine avatar Jun 14 '19 10:06 jlaine

Yes, my friend. Is maybe hard to locate the mistake, because uvloop works fine in some implementations using the same module.

Simple implementation (works): https://gitlab.com/pineiden/gus/blob/master/test/advance_uv/server.py

With modular classes (doesn't work) https://gitlab.com/pineiden/gus/blob/master/test/advance_uv_class/server.py

dpineiden avatar Jun 14 '19 13:06 dpineiden

Again, could you please provide a reduced testcase for this issue? We definitely want to hunt down bugs in uvloop but do not have time to analyse third party code.

jlaine avatar Aug 14 '19 06:08 jlaine

@dpineiden sorry for the delayed reply. How can I install your code or run it?

1st1 avatar Oct 25 '19 03:10 1st1