-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fixes for MQTT over WebSockets (CA-119) #111
base: master
Are you sure you want to change the base?
Conversation
* add missing files in component.mk and port/CMakeLists.txt * create wsio_esp.c that defines `socketio_get_interface_description` * give correct response when TLS renegotiation is set in `tlsio_esp_tls_setoption`
I have tested it out, i could verify it works fine with IDF4.1.1 as well. |
I believe there was an issue with TLS renegotiation that was fixed and backported to v4.1 and v4.0. |
When will fix be merged to master? I see same issue regarding TLS renegotiation, where option is not supported. |
Maybe we can tag some of the folks of Espressif who are active in this repository. |
@MartinTJDK @jspngh Just FYI, The PR is working fine with idf 4.1.1 , 4.2 and 4.2.1 TLS renegotiation was fixed from IDF v4.1.1 on as shown in the release notes |
I have split off the WebSockets part from PR #68 and fixed the remarks from @shahpiyushv.
I've tested this with IDF v4.2.