oxan / esphome-stream-server

Stream server (serial-to-wifi bridge) for ESPHome
Other
179 stars 72 forks source link

TCP receive stops after ~256Kb #52

Open bJ3h2-4-8 opened 3 weeks ago

bJ3h2-4-8 commented 3 weeks ago

I have a reproducible situation with esphome (sha256:6e659021515743b3d0d988084edcf31a777829f23e2d1c13b87901fa899bbce6) where the Socket of esphome stops receiving data. I'm not sure if this a esphome, or a socket setup issue. After reconnecting I was able to continue to send the next 256kb where it again stop receiving.

jdwhite commented 3 weeks ago

I have the same issue. I don't know precisely how much data is received before it stops and as I'm currently on vacation I probably won't be able to debug this further until after July 4th.

xNUTx commented 2 days ago

Same issue here, it will stop working after a while. It started happening when I updated to 2024.6.1, but it was still running 2024.5.x when I updated it...