mirror of
https://github.com/corda/corda.git
synced 2025-03-22 12:05:59 +00:00
Check that the SMM.add method is being called on the SMM thread and throw if not. Make ServiceHubInternal.startFlow() do a blocking call onto the server thread. Update unit tests. This resolves an issue whereby the scheduler was starting flows outside of the server thread, which isn't intended.