sessions and muxer legs

This commit is contained in:
2026-03-27 15:57:04 +07:00
parent fffc3794b9
commit f4c6f2efdd
13 changed files with 974 additions and 540 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ fn main() {
Logger::init();
Logger::global().set_level("info"); //set error in prod
let args = Args::parse();
let net = Network::new(args.host, args.port, ConnectionRole::Server, None);
let net = Network::new(args.host, args.port, ConnectionRole::Server);
let rt = tokio::runtime::Runtime::new().expect("Failed to create Tokio runtime");