AsyncTCP icon indicating copy to clipboard operation
AsyncTCP copied to clipboard

How to pause receiving uploads from client

Open vuthaitdp1 opened this issue 1 year ago • 1 comments

How to pause receiving uploads from client on buffer overflow until buffer is partially released (asyncTCP server)

vuthaitdp1 avatar Aug 25 '23 00:08 vuthaitdp1

Good question. I am concerned for. I do Modbus transaction in RTU (serial) mode. Some times, the esp32 miss receiving char and there is a timeout error in the transaction. I know it's possible to change the priority of the task (from 3 to 1) but ther is no suffisiant for solving the problem.

Vorms avatar Mar 09 '24 20:03 Vorms