Open
Description
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!