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

Move globals scan and exec context scope to Server constructor #3996

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

niloc132
Copy link
Member

This makes it possible to use the deephaven_server.Server without calling start() - no http server will have started, but the engine is entirely usable from the main python thread. Then, if start() is later called, any tables created will be correctly exposed.

Fixes a regression from #2539.

Partial #3765

@niloc132 niloc132 merged commit c77110e into deephaven:main Jun 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants