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.
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 thememoOffset
in some functions which were previouslystatic
, so these functions are no longerstatic
.