Open carlocastoldi opened 3 months ago
after https://github.com/qupath/qupath/pull/1489 and https://github.com/qupath/qupath/pull/1579 have been merged upstream, it would be beneficial to adapt the extension to never call getServer() when it can be avoided (directly or indirectly)
getServer()
Both have been merged - I guess it'll be for the 0.6 version then.
Yes, what about it?
after https://github.com/qupath/qupath/pull/1489 and https://github.com/qupath/qupath/pull/1579 have been merged upstream, it would be beneficial to adapt the extension to never call
getServer()
when it can be avoided (directly or indirectly)