-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Removing inactive/timed out sessions #32365
Conversation
API change check API changes are not detected in this pull request. |
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.
awesome, thank you!
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!🚢
@@ -8,6 +8,8 @@ | |||
|
|||
### Bugs Fixed | |||
|
|||
- Removing inactive session when it has timed out, so `ReactorConnection.getSession(String)` does not return the same session. |
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.
Change Removing
to Removed
?
If there is a related issue, we can also attach.
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.
Thanks for the catch. There was no GitHub issue associated with it. :( I should create one though so we can redirect people if they see the same issue.
Description
This fixes the issue that if a timeout occurs waiting for a session to be active, the same session is returned when another call to
createSession
is made.All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines