iitsoftware / swiftmq-ce

SwiftMQ Community Edition
Apache License 2.0
16 stars 0 forks source link

MQTT Swiftlet: Publishing on MQTT/# must publish to MQTT (not MQTT.%) #3

Closed iitsoftware closed 4 years ago

iitsoftware commented 5 years ago

If a message is published on MQTT topic MQTT/# it is currently published to SwiftMQ topic MQTT.% but it must be published to the root topic MQTT.

iitsoftware commented 4 years ago

This is not correct. Publish to a wildcard topic is not allowed anyway. Wildcards are only allowed for subscriptions.