-
Notifications
You must be signed in to change notification settings - Fork 33
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
Chown gateway #195
Chown gateway #195
Conversation
@will-moore : please see #153 for a possible leak with this usage. |
@josh Is there a workaround for the leak? |
@will-moore : the block from ome/openmicroscopy#6082 (comment)
should be:
i.e. if you are using a callback, close via the callback and not via the handle with the issue being that we don't generally consider |
Travis failing with tests
Full error
|
Probably needs the same fix as omero-web ome/omero-web#152 |
Thanks @manics - that helped get a bit further.
Full error
|
Let's concentrate on #198 to try to fix all open PRs. |
Re-opening with #198 in. |
Green! |
As I am looking into cutting a patch release of @will-moore how confident do you feel about making this a public gateway API and supporting it? Additionally, is anything in our own stack consuming it yet? |
I'm pretty happy with releasing this. |
Thanks. I think options are:
The first option is my least favorite one as we effectively block a component release for internal reasons while there are fixes that many users could consume immediately. I am equally fine with options 2 and 3. |
I don't have a strong preference between those options. |
Started to add Chown functionality to Blitz Gateway to allow for support in webclient.
Tests added in ome/openmicroscopy#6223