Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrf_rpc: Init all transports before sending group init packets #1289

Conversation

anhmolt
Copy link
Contributor

@anhmolt anhmolt commented Apr 10, 2024

This commit postpones sending group init packets to after all transports have had a chance to initialize.

This ensures that the initialization of one transport don't have to wait for the group init packets being sent on another transport. This could occur if the send function of a transport would block.

This commit postpones sending group init packets to
after all transports have had a chance to initialize.

This ensures that the initialization of one transport don't have
to wait for the group init packets being sent on another transport.
This could occur if the send function of a transport would block.

Signed-off-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
@anhmolt anhmolt closed this Jun 4, 2024
@anhmolt anhmolt deleted the nrf_rpc-send-group-inits-after-transp-inits branch August 15, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant