A new thread by me
Hi first,
Using AsyncClient from #include "ESPAsyncTCP.h", the NodeMCU connects to a remote server on the Internet using.connect( IP, port);
This call is fine.
2 minutes later, I make the same call to another port on the remote server.
But it crashes.
Using ESP Exception Decoder I understood all that...
I will post the result of the ESP Exception Decoder
Exception 28: LoadProhibited: A load referenced a page mapped with an attribute that does not permit loads
PC: 0x4020d6ec: tcp_new_port at core/tcp.c line 851
EXCVADDR: 0x0213001a
Decoding stack results
0x4020d67c: memp_malloc at core/memp.c line 404
0x4020e272: tcp_alloc at core/tcp.c line 1569
0x402053a8: AsyncClient::connect(IPAddress, unsigned short) at C:\Users\Dirani\Documents\Arduino\libraries\ESPAsyncTCP-master\src\ESPAsyncTCP.cpp line 134
0x402053f0: AsyncClient::connect(char const*, unsigned short) at C:\Users\Dirani\Documents\Arduino\libraries\ESPAsyncTCP-master\src\ESPAsyncTCP.cpp line 148
there are some more lines but not relevant