Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UVLoop and asyncio socket 'start_server' #254

Open
dpineiden opened this issue Jun 10, 2019 · 4 comments
Open

UVLoop and asyncio socket 'start_server' #254

dpineiden opened this issue Jun 10, 2019 · 4 comments

Comments

@dpineiden
Copy link

@dpineiden dpineiden commented Jun 10, 2019

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!

@jlaine
Copy link
Contributor

@jlaine jlaine commented Jun 14, 2019

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

@dpineiden
Copy link
Author

@dpineiden dpineiden commented Jun 14, 2019

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

@jlaine
Copy link
Contributor

@jlaine jlaine commented Aug 14, 2019

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.

@1st1
Copy link
Member

@1st1 1st1 commented Oct 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.