You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The local_env_helper ApiProxy proxy creates a new, empty HashMap every time getAttributes is called. Since namespace is kept in here, it will never be set persistently.
(getAttributes )
I just created an environment-attributes atom, return it from getAttributes, clear it in the environment clearing function. Works okay so far.
The text was updated successfully, but these errors were encountered:
The local_env_helper ApiProxy proxy creates a new, empty HashMap every time getAttributes is called. Since namespace is kept in here, it will never be set persistently.
(getAttributes )
I just created an environment-attributes atom, return it from getAttributes, clear it in the environment clearing function. Works okay so far.
The text was updated successfully, but these errors were encountered: