-
Notifications
You must be signed in to change notification settings - Fork 119
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
Support query paremeter arguments on URL #215
Comments
Hey - we also ran into this issue today (cc @viggyfresh). If this is the case, it would at least be helpful to have this documented somewhere! Took us quite a bit of debugging and digging to figure out why things weren't working. Thanks! |
This can be closed now that #271 is merged. |
I think this is still an issue. #271 only fixed |
I need to send some data from client to server with query parameter, but as I noticed client and server URL have to be the same. These extra data is differ for each client
/?id=129&type=data
, maybe anotherreq
parameter could be added to read the URL.somethink like that:
wss.on('connection', (ws, req) => {});
The text was updated successfully, but these errors were encountered: