-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
samples: cellular: mss: Wait for connection before printing connected. #12901
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
I still need to test CoAP, but I don't think the results will be different, so this should be ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a change log, otherwise fine.
c8943c1
to
3684d49
Compare
Ah, right, changelog. I've spent too long on Zephyr PRs |
4753693
to
9f269e9
Compare
DNM until I test CoAP |
9f269e9
to
55b68b7
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
MSS does not wait for connection success before printing "Connected to nRF Cloud". This commit fixes this by making the connect_cloud function correctly block until connection either succeeds or fails. IRIS-7090 Signed-off-by: Georges Oates_Larsen <[email protected]>
Tests succeed with CoAP |
55b68b7
to
3755f01
Compare
MSS does not wait for connection success before printing "Connected to nRF Cloud".
This commit fixes this by making the connect_cloud function correctly block until connection either succeeds or fails.
IRIS-7090