fixes and upgrades. async remove, buf changes

This commit is contained in:
2026-04-03 11:43:03 +07:00
parent 337f191cca
commit b90083539c
9 changed files with 225 additions and 146 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct Args {
fn main() {
Logger::init("./logs".into());
Logger::global().set_level("info"); //set error in prod
Logger::global().set_level("error"); //set error in prod
let args = Args::parse();
let net = Network::new(args.host, args.port, ConnectionRole::Server);