chirpstack-docker
chirpstack-docker copied to clipboard
Device uplink data stops when subscribing to gateway status over MQTT
Hi,
I can successfully receive device uplink data over MQTT when using ChirpStack. I can also receive gateway connection status messages without any problem.
However, as soon as I subscribe to the gateway status topic, the uplink data stops coming. When I unsubscribe from the status topic, uplink data starts coming again.
So at the moment, I cannot receive both gateway status and device uplink messages at the same time.
What could be causing this behavior? Is there a configuration I’m missing or something I need to change to fix this?
Thanks.