-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use joinsession if session id is used #62
Conversation
👍 I have to add this case to the integration test too. |
It works the first time but not the second time Edit: actually it worked twice in a row then failed! |
Integration test: ome/openmicroscopy#6319 |
Thanks @jburel . I think that should be all cases covered now. Should now somehow be tested together with the integration test. |
Taking the discussions ome/openmicroscopy#6319 into account: |
@@ -366,69 +366,6 @@ public void disconnect() { | |||
cacheService.shutDown(); | |||
} | |||
|
|||
/** |
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.
insight has a method joinSession
using the gateway method. It does not seem to be used but some changes will be required there too
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.
It looks like Insight uses it to try to reconnect after a connection loss. Indeed, will need a few changes in Insight too.
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.
I forgot about that
Bugfix for ome/omero-insight#293 .