|
Hi So im trying to publish a message to the MQTT test client and after running my code Connected! Im seeing this with no errors but when i check the mqtt test console my messages havent appeared. |
Replies: 2 comments 3 replies
|
It isn't valid to publish on wildcard topics (+). Also publishing on reserved topics ($aws/) will not be received by any different subscriber such as the aws console. Reserved topics have very particular uses. Publish to a normal topic like "hello/world" |
|
Hello! Reopening this discussion to make it searchable. |
It isn't valid to publish on wildcard topics (+). Also publishing on reserved topics ($aws/) will not be received by any different subscriber such as the aws console. Reserved topics have very particular uses.
Publish to a normal topic like "hello/world"