In Single-Datasource mode the postcommit/async are run through an afterCompletion hook, but it's running before the ConnectionHelper shared Synchronizer that is reponsible for committing and closing the connection in the main thread.
So the postcommit/async work, if it runs fast, may not see work done by the main thread.
- is duplicated by
-
NXP-12146 NPE first time accessing to polls tab and creating a Poll
- Resolved