Skip to content

websocket transport #17

@vinnitu

Description

@vinnitu

Hi!

Tunnel server works only for 'polling' transport.
Try to force use 'websocket'

io.connect(url, {transports: ["websocket"]...})

And seems tunnelServer.on('upgrade', function(...) {...}) need to implement

What do you think about?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions