Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PadResponse mpsc saturation after 100 request
The PadResponse::Ok sent over `from_pad` channel was never read by the server, which always happens in case of MotorWrite requests. - Stopped sending PadResponse::Ok after responding to MotorWrite This caused the entire process to freeze up after 100 requests had been sent.
- Loading branch information