Skip to content

Conversation

pavelfeldman
Copy link
Member

No description provided.

# As with event handlers, each route handler is a potentially blocking context
# so it needs a fiber.
if self._is_sync:
g = greenlet(impl)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah…so this is the key bit here to prevent blocking where we were getting stuck before?

@rwoll rwoll merged commit 034511f into microsoft:main Jun 24, 2022
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.

2 participants