chat-cli fix

This commit is contained in:
jshipsey 2019-07-04 11:08:48 -04:00
parent a9511ec44b
commit 00d02e6492

View File

@ -1,14 +1,7 @@
use client::{Client, Event};
use common::{clock::Clock, comp};
use log::{error, info};
use std::{
io,
net::{SocketAddr, ToSocketAddrs},
str::FromStr,
sync::mpsc,
thread,
time::Duration,
};
use std::{io, net::ToSocketAddrs, sync::mpsc, thread, time::Duration};
const TPS: u64 = 10; // Low value is okay, just reading messages.