We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
io("http://localhost:4000",{query:{'authorization': a }});
我用socket.io官网下载的js,socket.handshake.query.authorization是有值的;
但是我用socket.io.ts,socket.handshake.query里没有authorization,但是socket.request._query里有authorization
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我用socket.io官网下载的js,socket.handshake.query.authorization是有值的;
但是我用socket.io.ts,socket.handshake.query里没有authorization,但是socket.request._query里有authorization
The text was updated successfully, but these errors were encountered: