-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrf_rpc: remove sending from rx thread
Commit removes any data sending over serial transport from rx thread and adds sending over allocated pool of threads for incoming data execution. The reason of this: if sending requires some acknowledgements then deadlock of rx thread happens. Signed-off-by: Aleksandr Khromykh <[email protected]>
- Loading branch information
Showing
1 changed file
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters