Skip to content

`App.endpointContext` variable now cleaned *after* all RDBMS commit/rollback

Pavel Mashliakovskiy requested to merge feat/clearEnpoitContextAtTheEnd into master

App.endpointContext variable now cleaned after all RDBMS connections are committed/rollbacks, so value is still available in App.on('commit|rollback:*' event. This behavior requires @unitybase/ub@5.24.6

Merge request reports