-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guru Meditation in ReaderMqttPacket::bytesToString when there is some traffic load on the Broaker #6
Comments
ok! it is a important issue, I will fix it. |
Hi again, @diodi , can you give information about the clients please? Desktops clients, esp clients maybe?, Is the traffic only two publish? |
Two esp clients are active. Both publish serialized JsonDocuments (ArduinoJson.h) to several sub-topics within the same main topic using PubSubClientStatic. Both clients subscribe to the main topic to receive all published information. Thank you for taking a look. |
I get the same error as described by @diodi. But I also get it without running an Access Point. I use the simpleMqttBroker example with When I print out the free memory with The time until the exception occurs varies, but often is only a couple of minutes. I tried version 1.0.5 and 1.0.3 with basically the same result |
I wonder if I'm seeing the same problem. I'm running SimpleMqqtBroker in STA mode, with 2 clients publishing and 2 subscribing. After about 10 minutes, the broker repeatably drops off the network. There is nothing printed on the serial when this happens, do you have to do something to enable the core panic message above? Edit: my issue seems different so I made another issue: #22 |
I modified httpServerAndMqttBroker.ino to operate as as WIFI_AP and to allow up to 8 clients.
Connecting two clients and generating some trafic I run into an unhandled exception.
The memcopy operation
leads to the exception.
Please let me know if you need more. Thank you!
The text was updated successfully, but these errors were encountered: