Search found 1 match

by kiyotomo
Mon Oct 24, 2022 3:07 am
Forum: ESP32 Arduino
Topic: Keep TCP connection ,when don't read TCP buffer
Replies: 0
Views: 1281

Keep TCP connection ,when don't read TCP buffer

I do TCP communication using ESP32. This is test for my project. ESP32 is server. I connect to ESP32 from PC. ESP32 keep to not read TCP buffer after be connected. PC send to ESP32 8 times (regardless of byte length) then ESP32 don't send ack and PC disconnect ESP32. I'd like to keep TCP connection ...