Skip to content

How use option path like socket.io-client for JavaScript? #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lminhtu31 opened this issue Feb 4, 2018 · 3 comments
Open

How use option path like socket.io-client for JavaScript? #191

lminhtu31 opened this issue Feb 4, 2018 · 3 comments

Comments

@lminhtu31
Copy link

With client-side JavaScript:
var socket = io('http://127.0.0.1:8080', { path: '/myapp/notify' })

But I can't find path option in this library. In API documents, I saw:
h.connect("http://127.0.0.1:8080") without path option.

Because my socket.io server deploy on a sub-domain with NginX. On server-side:
var io = require('socket.io')(http, { path: '/myapp/notify' });

So my question is: How use option path like socket.io-client for JavaScript?

@divmgl
Copy link

divmgl commented Apr 13, 2018

Did we get an answer on this? Or is this not supported?

@divmgl
Copy link

divmgl commented Apr 13, 2018

I can confirm that this is officially not supported by this library due to the following line:

https://github.com/socketio/socket.io-client-cpp/blob/master/src/internal/sio_client_impl.cpp#L218

@arximboldi
Copy link

I was hit by this today. Kinda annoying...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants