corda/core
Michele Sollecito 584387d5ec
Fixed some problem I discovered while working on another story (#3901)
* - 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.
2018-09-06 13:11:41 +01:00
..
src Fixed some problem I discovered while working on another story (#3901) 2018-09-06 13:11:41 +01:00
build.gradle ENT-2414 Named caches (#3848) 2018-08-24 17:17:22 +01:00