Search found 1 match

by alvaroD
Thu Feb 01, 2024 11:38 am
Forum: General Discussion
Topic: TCP socket unexpected closing when processing a large volume of CAN traffic
Replies: 0
Views: 489

TCP socket unexpected closing when processing a large volume of CAN traffic

Hi, I'm facing a problem with my ESP32 project, which consists of multiple and non periodic TCP socket closings and they are unexpected. After many tests, I realized that these closings are caused by the large amount of CAN messages that the device is processing and sending. For the TCP process the ...