Skip to content

Clear CONN_IN_PROGRESS flag after incomplete connect() #7661

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

Merged
merged 1 commit into from
Aug 2, 2018

Conversation

EnsilicaEdd
Copy link
Contributor

Description

An incomplete connect() (either abandoned with a disconnect() or just failed of its own accord) would cause subsequent calls to connect() to fail with LORAWAN_STATUS_BUSY due to the CONN_IN_PROGRESS_FLAG remaining set in _ctrl_flags.

This change clears that flag in the two cases described.

Pull request type

[X] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change

failed of its own accord) would prevent futher connect()'s  due to the
CONN_IN_PROGRESS_FLAG remaining set.  This change clears that flag in
the two cases described.
Copy link
Contributor

@hasnainvirk hasnainvirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a nice catch of an edge case and really good solution. Thanks @EnsilicaEdd . +1

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 1, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Aug 1, 2018

Build : SUCCESS

Build number : 2715
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/7661/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Aug 1, 2018

@mbed-ci
Copy link

mbed-ci commented Aug 1, 2018

@cmonr
Copy link
Contributor

cmonr commented Aug 1, 2018

/morph mbed2-build

@cmonr cmonr merged commit 35fb35a into ARMmbed:master Aug 2, 2018
@0xc0170 0xc0170 removed the needs: CI label Aug 2, 2018
@EnsilicaEdd EnsilicaEdd deleted the fix_lorawan_incomplete_connect branch August 2, 2018 06:47
pan- pushed a commit to pan-/mbed that referenced this pull request Aug 22, 2018
…te_connect

Clear CONN_IN_PROGRESS flag after incomplete connect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants