We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be9ef6 commit 0039b84Copy full SHA for 0039b84
Extensions/Xtensive.Orm.Web/Middleware/OpenSessionMiddleware.cs
@@ -34,6 +34,7 @@ public async Task Invoke(HttpContext context)
34
using (sessionAccessor.BindHttpContext(context)) {
35
try {
36
await next.Invoke(context);
37
+ transaction.Complete();
38
}
39
catch(Exception exception) {
40
// if we caught exception here then
0 commit comments