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

make sure SESSION is initialized #583

Merged
merged 1 commit into from
Mar 25, 2022
Merged

make sure SESSION is initialized #583

merged 1 commit into from
Mar 25, 2022

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Mar 25, 2022

UI_*Server access to SESSION object in the server thread, but
it can be not initialized yet at this point.
This patch makes sure the SESSION is initialized when the
UI_*Server is created.

`UI_*Server` access to SESSION object in the server thread, but
it can be not initialized yet at this point.
This patch makes sure the SESSION is initialized when the
`UI_*Server` is created.
@ko1 ko1 merged commit ec0a557 into master Mar 25, 2022
@ko1 ko1 deleted the fix_560 branch March 25, 2022 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant