-
Notifications
You must be signed in to change notification settings - Fork 139
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
fix : Return correct error code for esp_websocket_client_send_with_opcode (IDFGH-11291) #393
Conversation
This function esp_websocket_client_send_with_opcode was incorrectly sending ESP_FAIL even on success. Fixing this.
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.
Thanks for the fix!
@sjames thank you for the contribution. Thanks again |
@sjames thank you for the update! The changes look good to me. The CI will still fail if we merge it like that. You can merge those to commit to one, by
If you face any issues, I can cherry-pick your changes(keeping the history/metadata) and push it in separate PR. Thanks |
I think I followed the instructions and pushed the changes. If this still doesn't work, I would really appreciate your cherry-picking offer! Thanks, |
Created #401 based on this PR |
This function esp_websocket_client_send_with_opcode was incorrectly sending ESP_FAIL even on success. Fixing this.
Fixes issue: #392