Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove 100ms delay on first and subsequent read calls
Currently, there is an unnecessary wait with `recv_timeout()` on reader thread which causes reading from pipe to have an inherent 100ms wait time. Similarly, cache thread also has this issue, where read() calls are served throttled with a 100ms delay
- Loading branch information