Skip to content

How to use options.query in android socket.io? #249

@Sarankhuu

Description

@Sarankhuu

IO.Options options = new IO.Options();
options.forceNew=true;
options.reconnection = false;
options.query = "loginId="+loginid;

Socket socket = IO.socket("https://myserver:8000/", options);

Then i check query is available in server. But haven't query error

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