mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
ybsubscribing -> unsubscribing (#513)
This commit is contained in:
committed by
Pierre Krieger
parent
ee9ff643a5
commit
bf066773e3
@@ -322,7 +322,7 @@ impl FloodSubController {
|
||||
/// Same as `unsubscribe` but unsubscribes from multiple topics at once.
|
||||
///
|
||||
/// Since this results in a single packet sent to the remotes, it is preferable to use this
|
||||
/// method when ybsubscribing from multiple topics at once rather than call `unsubscribe`
|
||||
/// method when unsubscribing from multiple topics at once rather than call `unsubscribe`
|
||||
/// multiple times.
|
||||
#[inline]
|
||||
pub fn unsubscribe_many<'a, I>(&self, topics: I)
|
||||
|
Reference in New Issue
Block a user