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

Add session async recv #749

Closed
wants to merge 1 commit into from

Conversation

davidbrochart
Copy link
Member

We are trying to drop Tornado from ipykernel in ipython/ipykernel#876. Because we now use asyncio's event loop, a socket's recv_multipart must be awaited.
This change consists of adding Session.async_recv, which is the async version of Session.recv, so that the debugger can await it.

@blink1073
Copy link
Contributor

This was handled in #835

@blink1073 blink1073 closed this Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants