I have an MSP432 and CC3120MOD running AWS MQTT on one thread and HTTP client communicating to a separate host on another thread. After running successfully for a while I get a "[SOCK ERROR] Other peer terminated the SSL layer" As best I can tell without debugging the Wi-Fi interface, if an HTTP client connect happens while MQTT is communicating with AWS, the Wi-Fi interface hangs. I believe the socket error is on the HTTP connection. I have run ROV to look at the stack and threads and everything looks fine. Any thoughts on how to debug this further? Any multithreading issues with the Wi-Fi interface I need to watch out for?
Gary Klinefelter