Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUVLoop and asyncio socket 'start_server' #254
Comments
|
Can you please provide the minimal code to reproduce your issue? |
|
Yes, my friend. Simple implementation (works): With modular classes (doesn't work) |
|
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? |
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!