Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand buffer to MqttClientProxyMessage_size #4726

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

thebentern
Copy link
Contributor

While not technically an MqttClientProxyMessage, expanding the buffer to this size should give us a more room for ServiceEnvelopes with large MeshPackets and long topic names + gateway_ids. We may need to place some long term limitations on size of topic names, because these can get close to the MTU for bluetooth packets. So we'll need to circle back, but this should work for now hopefully.

Closes #4725

@thebentern thebentern changed the title Expand to MqttClientProxyMessage_size Expand buffer to MqttClientProxyMessage_size Sep 15, 2024
@thebentern thebentern merged commit dc3eba9 into master Sep 15, 2024
107 checks passed
@thebentern thebentern deleted the increase-mqttclientproxy-serialization-buffer branch September 15, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Buffer too small publishing enqueued MQTT messages
1 participant