mirror of
https://github.com/corda/corda.git
synced 2025-02-25 19:11:45 +00:00
Update messy comment
This commit is contained in:
parent
8241911e0e
commit
a5f19ea8d2
@ -234,8 +234,7 @@ class NodeVaultService(
|
||||
}
|
||||
}
|
||||
// we are not inside a flow, we are most likely inside a CordaService;
|
||||
// we will wrap with 'flow safe subscriptions' here;
|
||||
// every Observable.subscribe to this object should be wrapped with a FlowSafeSubscriber (-not unsubscribe- subscribers).
|
||||
// we will expose, by default, subscribing of -non unsubscribing- rx.Observers to rawUpdates.
|
||||
return FlowSafeSubject(_rawUpdatesPublisher)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user