-
Notifications
You must be signed in to change notification settings - Fork 3k
Nanostack: fix error code #7678
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
Conversation
Please change this to NO_MEMORY error. NO_SOCKET is used when someone uses Socket class without opening it first, or if stack has somehow lost the socket id. |
Return NSAPI_ERROR_NO_MEMORY if socket->open() fails
a864a99
to
942b772
Compare
@SeppoTakalo change done |
Changes approved. How about starting the CI? |
/morph build |
Build : SUCCESSBuild number : 2750 Triggering tests/morph test |
Test : SUCCESSBuild number : 2474 |
Exporter Build : SUCCESSBuild number : 2380 |
…code Nanostack: fix error code
Description
Return NSAPI_ERROR_NO_MEMORY if socket->open() fails
Pull request type