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
@@ -13,7 +13,7 @@ use tokio_util::sync::CancellationToken;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
netrunner_logger::Logger::init(None);
netrunner_logger::Logger::global().set_level("debug");
netrunner_logger::Logger::global().set_level("error");
info!("Initializing NetRunner Stack...");
let remote_address = "147.45.43.70:443".to_string();