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.
1 parent b8526f1 commit 467a4cdCopy full SHA for 467a4cd
collector/server/src/main.rs
@@ -11,7 +11,6 @@ use tokio::net::TcpListener;
11
use tokio::sync::mpsc;
12
use tokio::sync::mpsc::{Receiver,Sender};
13
14
-// TODO: Move HTTP server to its own module.
15
// TODO: Stream the data somehow.
16
// TODO: Make sure that processor is cleaned up on connection close.
17
// TODO: Add proper error handling.
0 commit comments