You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in accordance with the spec the client omits the User Properties(UP) if adding them would increase the packet size over the allowed limit set by the server. The current problem is that this happens silently and there is no way to inform the user that the UPs were omitted.
One example from spec:
The sender MUST NOT send this property if it would increase the size of the DISCONNECT packet beyond the Maximum Packet Size specified by the receiver [MQTT-3.14.2-4]
Preferred solution or suggestions
Simplest solution: Add a WARN log when the client omits the UPs.
The text was updated successfully, but these errors were encountered:
Problem or use case
As in accordance with the spec the client omits the User Properties(UP) if adding them would increase the packet size over the allowed limit set by the server. The current problem is that this happens silently and there is no way to inform the user that the UPs were omitted.
One example from spec:
Preferred solution or suggestions
Simplest solution: Add a WARN log when the client omits the UPs.
The text was updated successfully, but these errors were encountered: