mirror of
https://gitea.tendokyu.moe/TeamTofuShop/capnhook.git
synced 2026-09-22 22:38:12 +03:00
Added Sleep(1) to uart_handle_read when no data is available to simulate hardware I/O latency. This prevents the hook from entering a tight polling loop, which was causing high CPU usage and massive memory leaks.