glencoesoftware / omero-ms-core

OMERO Vert.x microservice core
GNU General Public License v2.0
2 stars 6 forks source link

First pass at memoizing in connection #33

Closed kkoz closed 5 months ago

kkoz commented 5 months ago

NOT TESTED Fixes #32. This PR attempts to correctly memoize values (not keys) within the connector to avoid seeing the error in issue #32. To do this we have to increment the memoOffset in some functions which were previously static, so these functions are no longer static.

kkoz commented 5 months ago

See #34