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
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
As reported by @davedoesdev in #31, the spec for the client identifiers states:
The first UTF-encoded string. The Client Identifier (Client ID) is between 1 and 23 characters long, and uniquely identifies the client to the server. It must be unique across all clients connecting to a single server, and is the key in handling Message IDs messages with QoS levels 1 and 2. If the Client ID contains more than 23 characters, the server responds to the CONNECT message with a CONNACK return code 2: Identifier Rejected.
Moreover, it's common implementation that if the same clientId connects twice to the same server, the oldest one is disconnected.
The text was updated successfully, but these errors were encountered:
As reported by @davedoesdev in #31, the spec for the client identifiers states:
Moreover, it's common implementation that if the same clientId connects twice to the same server, the oldest one is disconnected.
The text was updated successfully, but these errors were encountered: