mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
[CORDA-2737] Buffer events from observables in ProgressTracker until subscribed to (#4882)
This commit is contained in:
@ -78,7 +78,6 @@ abstract class ANSIProgressRenderer {
|
||||
|
||||
flowProgressHandle?.apply {
|
||||
stepsTreeIndexFeed?.apply {
|
||||
treeIndex = snapshot
|
||||
treeIndexProcessed.add(snapshot)
|
||||
subscriptionIndex = updates.subscribe({
|
||||
treeIndex = it
|
||||
@ -87,7 +86,6 @@ abstract class ANSIProgressRenderer {
|
||||
}, { done(it) }, { done(null) })
|
||||
}
|
||||
stepsTreeFeed?.apply {
|
||||
tree = snapshot
|
||||
subscriptionTree = updates.subscribe({
|
||||
remapIndices(it)
|
||||
tree = it
|
||||
|
Reference in New Issue
Block a user