mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
* - Fixed some problems with error handling for Observables. - Eliminated incorrect double `stop()` call for RpcBroker. - Added `Schedulers.shutdown()` call in `stop()` implementation for Node and Driver, to avoid stuck processes when observable pipelines go wrong. * Fixed a missing import. * Removed `Schedulers.shutdown()` for now. * Fixed an issue with `pendingFlowsCount()` function.