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
There is a problem when calling AuditReader().GetCurrentRevision(true) - it leads to immediate flush of uncommited session data. If calling GetCurrentRevision with persist = false, then problem is gone. It seems, that unexpected flush happens when saving revisionData by DefaultRevisionInfoGenerator.
Hello
There is a problem when calling AuditReader().GetCurrentRevision(true) - it leads to immediate flush of uncommited session data. If calling GetCurrentRevision with persist = false, then problem is gone. It seems, that unexpected flush happens when saving revisionData by DefaultRevisionInfoGenerator.
I made a PR to illustrate the problem: #21
The text was updated successfully, but these errors were encountered: