Dequeue more frequently

This commit is contained in:
Tristan B. Velloza Kildaire 2021-07-21 19:07:10 +02:00
parent 03d441a37d
commit c3f194df2a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ void main()
byte[] buffer;
adapter.receive(buffer);
writeln(buffer);
Thread.sleep(dur!("msecs")(500));
Thread.sleep(dur!("msecs")(50));
}
}