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

remove dependency on uvloop #33

Merged
merged 1 commit into from
Sep 24, 2024
Merged

remove dependency on uvloop #33

merged 1 commit into from
Sep 24, 2024

Conversation

odrling
Copy link
Member

@odrling odrling commented Sep 23, 2024

if needed we should be using hypercorn[uvloop] at this point. uvicorn is not used afaik so not sure it should be a dev dependency.

(I’m actually not even sure if our current configuration uses uvloop at all?)

uvloop seems to have some issues of its own (not present in asyncio) and the performance claim might not be real at this point in time: MagicStack/uvloop#566

if needed we should be using hypercorn[uvloop] at this point. uvicorn is
not used afaik so not sure it should be a dev dependency.

(I’m actually not even sure if our current configuration uses uvloop at
all?)

uvloop seems to have some issues of its own (not present in asyncio) and
the performance claim might not be real at this point in time:
MagicStack/uvloop#566
@odrling odrling merged commit ceba76f into main Sep 24, 2024
3 checks passed
@NextFire NextFire deleted the remove-uvloop branch October 23, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant