File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ impl ClientMessages {
4343 /// Returns an iterator over received messages from the server on a channel without consuming them.
4444 ///
4545 /// Unlike [`Self::receive`], the messages stay in the resource. Intended for tools
46- /// that need to observe inbound traffic (e.g. debug overlays or client-side replay
47- /// recording) alongside Replicon's normal consumption .
46+ /// that need to observe inbound traffic (such as client-side replay
47+ /// recording) before Replicon consumes them .
4848 pub fn iter_received < I : Into < usize > > (
4949 & self ,
5050 channel_id : I ,
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ impl ServerMessages {
4040 /// Returns an iterator over received messages from clients on a channel without consuming them.
4141 ///
4242 /// Unlike [`Self::receive`], the messages stay in the resource. Intended for tools
43- /// that need to observe inbound traffic (e.g. debug overlays or replay recording)
44- /// alongside Replicon's normal consumption .
43+ /// that need to observe inbound traffic (such as replay recording)
44+ /// before Replicon consumes them .
4545 pub fn iter_received < I : Into < usize > > (
4646 & self ,
4747 channel_id : I ,
You can’t perform that action at this time.
0 commit comments