Skip to content

Commit

Permalink
Update rpc/src/client/transport/router.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thane Thomson <[email protected]>
  • Loading branch information
romac and thanethomson authored Jul 16, 2021
1 parent 8ce1d10 commit 7fae0e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/src/client/transport/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ impl Default for SubscriptionRouter {
pub enum PublishResult {
Success,
NoSubscribers,
// All subscriptions for the given query have disconnected.
AllDisconnected(String),
}

Expand Down

0 comments on commit 7fae0e3

Please sign in to comment.