We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f4150 + 7182e28 commit 2e6e54fCopy full SHA for 2e6e54f
timely/src/dataflow/operators/core/capture/capture.rs
@@ -85,8 +85,8 @@ pub trait Capture<T: Timestamp, C: Container + Data> {
85
/// let send0 = send0.lock().unwrap().clone();
86
///
87
/// // these allow us to capture / replay a timely stream.
88
- /// let list = TcpListener::bind("127.0.0.1:8000").unwrap();
89
- /// let send = TcpStream::connect("127.0.0.1:8000").unwrap();
+ /// let list = TcpListener::bind("127.0.0.1:8001").unwrap();
+ /// let send = TcpStream::connect("127.0.0.1:8001").unwrap();
90
/// let recv = list.incoming().next().unwrap().unwrap();
91
92
/// recv.set_nonblocking(true).unwrap();
0 commit comments