mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
added precompiled files, autorun service and changed tokyo buffer to one
This commit is contained in:
@@ -12,7 +12,8 @@ mod webserver;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
let (tx, mut rx) = mpsc::channel::<String>(32);
|
||||
println!("Heeeeeeeeeeeelllllllooooooo start!");
|
||||
let (tx, mut rx) = mpsc::channel::<String>(1);
|
||||
|
||||
tokio::spawn(async move {
|
||||
match run_pm3(tx).await {
|
||||
|
||||
Reference in New Issue
Block a user