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
Hi,
I have exceptions when trying to access a SData that was used in the app (accessed in the current session I mean), because of serialization/unserialization and cache I think.
To avoid these exceptions, I have to do sys.db.Manager.cleanup() just before calling the dbamdin handler, to clear the cache.
I think it could be already done where sys.db.Manager.initialize() is done (Admin.hx 1065) : Manager.initialize(); // make sure it's been done
The text was updated successfully, but these errors were encountered:
Hi,
I have exceptions when trying to access a SData that was used in the app (accessed in the current session I mean), because of serialization/unserialization and cache I think.
To avoid these exceptions, I have to do sys.db.Manager.cleanup() just before calling the dbamdin handler, to clear the cache.
I think it could be already done where sys.db.Manager.initialize() is done (Admin.hx 1065) : Manager.initialize(); // make sure it's been done
The text was updated successfully, but these errors were encountered: