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
Using AsyncLocal as a mechanism for storing a DbSession dictates that a programmer must create a transaction on the top level of all the code that is executed inside this transaction. As a consequence, it is impossible to use a wrapper(for purposes of creating distributed transactions, for example) that would encapsulate library calls like "await sessionFactory.CreateCommittableSessionAsync()".
The text was updated successfully, but these errors were encountered:
Using AsyncLocal as a mechanism for storing a DbSession dictates that a programmer must create a transaction on the top level of all the code that is executed inside this transaction. As a consequence, it is impossible to use a wrapper(for purposes of creating distributed transactions, for example) that would encapsulate library calls like "await sessionFactory.CreateCommittableSessionAsync()".
The text was updated successfully, but these errors were encountered: