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
Since 0.8.0, io.transports[client.id].name returns websocket for flashsocket connections. It should return flashsocket.
io.transports[client.id].name
websocket
flashsocket
The text was updated successfully, but these errors were encountered:
Marked as bug, thanks for reporting.
Sorry, something went wrong.
Fix landed in master
[chore] Bump engine.io-parser (#492)
b9c03e7
engine.io-parser landed a fix to make socket.io work with react-native projects
[chore] Release 2.1.0 (#492)
783e059
No branches or pull requests
Since 0.8.0,
io.transports[client.id].name
returnswebsocket
for flashsocket connections. It should returnflashsocket
.The text was updated successfully, but these errors were encountered: