-
Notifications
You must be signed in to change notification settings - Fork 823
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
Fix session handling #648
Fix session handling #648
Conversation
f97c158
to
e3167e7
Compare
e3167e7
to
c63dcc8
Compare
Only one queue per clientId can exist. Don't create a new session/queue unless it is certain we need a new session, and make sure the old session /queue is cleaned up first.
c63dcc8
to
699e40a
Compare
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.
@hylkevds we are almost there, just a couple of nitpick and the PR then is ready.
Excellent. They should all be fixed now. |
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
See discussion in #608.