TCP: Connection to server failed. Error code: 118 (IDFGH-12679) #13670
Labels
Awaiting Response
awaiting a response from the author
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Answers checklist.
General issue report
Hi all,
I am currently working on a SPI code that receives data from a transmitter, stores the data in a buffer, and then sends the data to a TCP socket via Wi-Fi. Additionally, I am using dual-core functionality, where one core takes care of SPI transactions and another core takes care of TCP transactions. The problem is that the code without dual-core setup works absolutely fine, but when I implement it with dual-core, I am facing the error "TCP: Connection to server failed. Error code: 118". Below is my code
I've encountered an issue with my ESP32 project, and I've created a GitHub issue for it here. The problem seems to be related to how I'm using semaphores. Although I tried to address the issue based on the comments, the problem persists. I've also attached a screenshot of my terminal for reference. Can anyone help me out with this? I suspect it might be a synchronization issue, but I'm having trouble pinpointing it. Any assistance would be greatly appreciated
The text was updated successfully, but these errors were encountered: