-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fixes problem destroying objects outside a interactive console #613
Conversation
Code Coverage Summary
Diff against main
Results for commit: 188e9f5 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 29 suites 23s ⏱️ Results for commit 188e9f5. ♻️ This comment has been updated with latest results. |
Style check failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! The issue is resolved and the fix is reasonable.
Pull Request
Fixes #612
notes:
session
object is changed toNULL
, while themodule
'ssession
is not finalized is not. This ensures that it always looks at the current reactive domainChanges description
session_bindings
are only cleared if there is a non-null active domain (session) and it hasn't ended