You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @plapointe6, Is this fix supposed to work by updating the library to v1.11.1 in the Arduino libraries manager? I have just tried it, and still not getting the callback function called on a subscribed topic with a # in it. The messages are received, as visible by the debugging-option, but it never calls the callback function.
Description of the problem
Since Version 1.11.0 the wildcard-part of the example from the libary is not displaying messages anymore.
Topics without wildcard work perfectly.
Subscribing with the wildcard is working (Debugging shows incoming messages).
Problem: The function in the example to print the received topic and the message doesn't do anything.
Versions
Hardware
C++ code
In the example file "SimpleMQTTClient" the following printing of messages from the wildcard-subscription is not doing a thing:
Logs
Here you see, both topics were received and are visible with the debugging-option.
However the wildcard-topic does not trigger its Serial.println().
The text was updated successfully, but these errors were encountered: