sessions and muxer legs
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user