-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Guru Meditation Error when more than one client is connected #965
Comments
Same |
same PC: 0x4000c29b Decoding stack results |
I belive this is the same problem because i applied the patched up versions mentioned in this issue #932 |
It took some time for testing. Reboots have become less frequent. I downloaded 2 server pages on one computer, and 3 on another. The reboot now occurs once in 4-6 hours and does not depend on the number of open copies. I haven't tested it with one open copy, but I will test it and writeabout. Below decoded error code Decoding stack results |
Does your client reconnects on websocket if its lost? |
Yes, sometimes I see the massage: Client reconnected with ID that it got is... |
In the case of one open page, no processor resets are observed. As it was before. |
if it can help : |
It's not compilng yet. In my code Processor - is the simple function:
Same compile eror I get with this code:
This variant: get compile eror is:
I think last argument in function request->send_P(200, "text/html", index_html, PageWait);` must be the refer to function. And there is:
WebRequest.cpp(808) |
Yes, the last argument is pointer to the function. Try to use: String processor(const String& var) { return String("Waiting Data"); } |
I think it's same as I use:
But I will try your variant. Thank you. |
It's not - Your function return |
Reset are rare but still occur. Once per 20 hours of work. 4 pages open.
|
If no reset, the server is frozen for me. The esp still working doing its job but i cant reach the web. I experience this with the fixed libs. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
I get Guru Meditation Error when more than one client is connected.
Please help me. Thanks.
The text was updated successfully, but these errors were encountered: