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

fix: adapt to new jupyter runtime API and include session IDs #24762

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

rgbkrk
Copy link
Contributor

@rgbkrk rgbkrk commented Jul 26, 2024

Closes #24737, #24437.

image

@rgbkrk rgbkrk changed the title repl: adapt to new jupyter runtime API with sessions fix: adapt to new jupyter runtime API and include session IDs Jul 26, 2024
@rgbkrk rgbkrk force-pushed the include-session branch 2 times, most recently from 03965fa to e17e6a9 Compare July 27, 2024 00:31
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM, good fix 👍

@@ -493,7 +493,7 @@ async fn jupyter_heartbeat_echoes() -> Result<()> {
let (_ctx, client, _process) = setup().await;
client.send_heartbeat(b"ping").await?;
let msg = client.recv_heartbeat().await?;
assert_eq!(msg, Bytes::from_static(b"ping"));
Copy link
Member

Choose a reason for hiding this comment

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

Ah, nice catch!

@bartlomieju bartlomieju merged commit 63f8218 into denoland:main Jul 27, 2024
17 checks passed
crowlKats pushed a commit that referenced this pull request Jul 31, 2024
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.

Session Ids returned in Jupyter Kernel responses are incorrect
2 participants