Once onDispose runs, the transaction should not automatically recreate the next time its requested. If this happens, any problematic code that continues after the request context ends will create a new transaction that will never get disposed (i.e. leak a connection)
Once
onDispose
runs, the transaction should not automatically recreate the next time its requested. If this happens, any problematic code that continues after the request context ends will create a new transaction that will never get disposed (i.e. leak a connection)