fixed code style
This commit is contained in:
@@ -123,6 +123,7 @@ class SubscribeNodeStatus(
|
||||
.map {
|
||||
if (it == UpstreamAvailability.UNAVAILABLE) {
|
||||
onUnavailable.accept(upstream.getId())
|
||||
// cancel head subscription & reconnections when upstream becomes unavailable
|
||||
cancel.tryEmitNext(true)
|
||||
}
|
||||
NodeStatusResponse.newBuilder()
|
||||
|
||||
Reference in New Issue
Block a user