ome / omero-downloader

An OMERO client for downloading data in bulk from the server.
https://www.openmicroscopy.org/omero/apps/
GNU General Public License v2.0
4 stars 5 forks source link

support websockets #35

Open mtbc opened 4 years ago

mtbc commented 4 years ago

Download.openGateway uses a new LoginCredentials and by default passes omero.constants.GLACIER2PORT.value as the port number when it uses the gateway's connect. @dominikl suggests that websockets should Just Work if the port is left unset.

mtbc commented 4 years ago

Cf. https://github.com/ome/rOMERO-gateway/pull/87.