5 submissions to a url and it stops for a few minutes

Hi, I have made an app with which I send the “V01” characters to an ESP01 via WiFi, every time I press a button on the mobile phone screen. Once I have pressed the button 5 times the app stops working for about 150 seconds. Below I show what is received in the ESP01:

(first time I press the button)
0,CONNECT
+IPD,0,168:GET /V01 HTTP/1.1
User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; NOTE 7 Build/QP1A.190711.020)
Host: 192.168.1.102
Connection: Keep-Alive
Accept-Encoding: gzip

(second time I press the button)
1,CONNECT
+IPD,1,168:GET /V02 HTTP/1.1
User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; NOTE 7 Build/QP1A.190711.020)
Host: 192.168.1.102
Connection: Keep-Alive
Accept-Encoding: gzip

(third time I press the button)
2,CONNECT
+IPD,2,168:GET /V02 HTTP/1.1
User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; NOTE 7 Build/QP1A.190711.020)
Host: 192.168.1.102
Connection: Keep-Alive
Accept-Encoding: gzip

(fourth time I press the button)
3,CONNECT
+IPD,3,168:GET /V02 HTTP/1.1
User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; NOTE 7 Build/QP1A.190711.020)
Host: 192.168.1.102
Connection: Keep-Alive
Accept-Encoding: gzip

(fifth time I press the button)
4,CONNECT
+IPD,4,168:GET /V02 HTTP/1.1
User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; NOTE 7 Build/QP1A.190711.020)
Host: 192.168.1.102
Connection: Keep-Alive
Accept-Encoding: gzip

(sixth time I press the button)... nothing is received... it doesn't work

When 150 seconds have passed, the following is received

0,CLOSED
1,CLOSED
2,CLOSED
3,CLOSED
4,CLOSED

and the system works again 5 more times.
Does anyone know how to solve this problem?
Greetings and thanks