chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
422 stars 270 forks source link

Allow setting MessageChannelDepth #114

Closed tomasol closed 4 years ago

tomasol commented 5 years ago

Is this a bug or a feature request?

Feature request

What did you expect?

I would like to set paho's MessageChannelDepth via config file. Currently I believe one can enquee up to 100 messages to be published when connection is down, based on this. Please allow changing this via the setter.

bconway commented 5 years ago

I didn't realize this feature already existed and was going to request this. +1, please make this configurable in the gateway bridge configuration.

brocaar commented 5 years ago

I've been doing testing, but it doesn't seem to behave as one would expect. I have created this ticket: https://github.com/eclipse/paho.mqtt.golang/issues/339.

brocaar commented 4 years ago

I'm closing this issue as this doesn't behave as one would expect, see the above link.