Open
Description
`
private void bindUser(ClientConfig client) {
BindUserMessage message = new BindUserMessage(connection);
message.userId = client.getUserId();
message.tags = "test";//???
message.send();
connection.getSessionContext().setUserId(client.getUserId());
LOGGER.debug("send bind user message={}", message);
}
`
Metadata
Metadata
Assignees
Labels
No labels