esp-at icon indicating copy to clipboard operation
esp-at copied to clipboard

When I use AT+CIPSTART="SSL" to make an https request here, I use passive reception mode. Why does the last packet of data wait for two minutes and then report it bit by bit?

Open doudouladou opened this issue 2 years ago • 5 comments

doudouladou avatar Jul 06 '22 08:07 doudouladou

Environment: hardware:esp8266 software VERSION:AT 2.2.1(WROOM-02)

Problem Description: I am using at+cipstart make a https request. When i use Active reporting mode,everything is normal. When switching to passive receiving mode, some data will be received first, and then it will be stuck for two minutes before the remaining data will be reported.

doudouladou avatar Jul 06 '22 09:07 doudouladou

I think it is fixed in the esp8266 branch. I tested it in Jan 22. The 2.2.1 was built in Aug 21.

JAndrassy avatar Jul 06 '22 09:07 JAndrassy

Ok, I tried the firmware compiled with the latest code and it works

doudouladou avatar Jul 08 '22 01:07 doudouladou

image

image

I have tried several times, but sometimes the problem still occurs

What kind of information do I need to provide here

doudouladou avatar Jul 08 '22 02:07 doudouladou

@doudouladou please see https://github.com/espressif/esp-at/issues/598~

ustccw avatar Jul 22 '22 11:07 ustccw