Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.
This repository was archived by the owner on Mar 21, 2020. It is now read-only.

socket query第二次连接时无法更新 #30

@DelCoding

Description

@DelCoding

代码如下,当第二次连接指定query时, socket无法更新

socket = io(socket_url + roomid, {
    query: "openid=" + openid + "&sessionid=" + sessionid,
    upgrade: false,
    transports: ['websocket']
});
socket.connect()

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