it works!

This commit is contained in:
Lev Kokotov
2022-02-03 15:17:04 -08:00
parent 880f1a649f
commit f4d647ce2f
7 changed files with 350 additions and 25 deletions

View File

@@ -1,7 +1,8 @@
#[derive(Debug, PartialEq)]
pub enum Error {
SocketError,
ClientDisconneted,
// ClientDisconnected,
ClientBadStartup,
ProtocolSyncError,
}
ServerError,
}