UVLoop and asyncio socket 'start_server'
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!
Can you please provide the minimal code to reproduce your issue?
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
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.
@dpineiden sorry for the delayed reply. How can I install your code or run it?