Skip to content

Conversation

@mscolnick
Copy link
Contributor

refactor sessions and add some tests

@vercel
Copy link

vercel bot commented Jan 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ❌ Failed (Inspect) Jan 23, 2024 4:04pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 4:04pm

self.kernel_connection.close()
elif self.kernel_task.is_alive():
self.queue_manager.control_queue.put(requests.StopRequest())
self.kernel_task.join()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was the only addition. no code other code paths should have changed, but my tests would not pass unless i joined here

@mscolnick mscolnick merged commit 68c44d0 into ms/fast-api Jan 23, 2024
@mscolnick mscolnick deleted the ms/refactor-session branch January 23, 2024 16:07
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants