Admittedly, the topic was already reference , unfortunately it is closed and the problem is still there.
Changing the IP does not help
Sleep mode does not help either
Interestingly this was not the case before. I wrote a simple soft to communicate over TCP and after loading this problem appeared.
I don't know too much where to look anymore, the symptoms are identical to the closed topic from the link. The problem occurs with the NodeMcu firmware and with AT, there is no problem with ESP Basic, so I conclude that it is a software problem. I've read the NodeMCU references many times and I really don't see anything that could affect the reset.
Another thing is that with srv=net.createServer(net.TCP) without specifying an interval, the server should be active all the time. On the other hand, writing srv=net.createServer(net.TCP, 28800 ) should keep the server active for 8 hours, and it doesn't, the interval value is constant regardless of the value entered and is 32. Could this be a "Bug"? but why did it appear over time, despite using the same firmware version.
Changing the IP does not help
Code: Lua
Sleep mode does not help either
Code: Lua
Interestingly this was not the case before. I wrote a simple soft to communicate over TCP and after loading this problem appeared.
I don't know too much where to look anymore, the symptoms are identical to the closed topic from the link. The problem occurs with the NodeMcu firmware and with AT, there is no problem with ESP Basic, so I conclude that it is a software problem. I've read the NodeMCU references many times and I really don't see anything that could affect the reset.
Another thing is that with srv=net.createServer(net.TCP) without specifying an interval, the server should be active all the time. On the other hand, writing srv=net.createServer(net.TCP, 28800 ) should keep the server active for 8 hours, and it doesn't, the interval value is constant regardless of the value entered and is 32. Could this be a "Bug"? but why did it appear over time, despite using the same firmware version.