connection pool

This commit is contained in:
Lev Kokotov
2022-02-03 16:25:05 -08:00
parent f921966e2b
commit e3ec5036d7
7 changed files with 226 additions and 51 deletions

View File

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