8000 ConnClientChannelHandler 232行为什么这么写? · Issue #38 · mpusher/mpush · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ConnClientChannelHandler 232行为什么这么写? #38
Open
@lxqgithub

Description

@lxqgithub

`

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0