Skip to content
Snippets Groups Projects
Commit 375360af authored by Stephen D's avatar Stephen D
Browse files

remove todo

parent 4a1ac2f3
No related branches found
No related tags found
1 merge request!1Better api
Pipeline #212 passed
......@@ -110,7 +110,6 @@ impl Client {
/// Connects to the specified server.
/// Returns a stream which can be used to send/receive data.
// TODO unit test for 2 connections from 1 client
pub fn connect(&self, to: Hostname) -> Result<Stream, ConnectError> {
let (s1, s2) = Stream::new_entangled();
let (packet_sender, packet_receiver) = mpsc::channel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment