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
auth property is set as private and readonly. Therefore, we can't update it as the documentation show us.
To Reproduce
Socket.IO client version: 4.0.0
4.0.0
Client
I get a Typescript error here :
socket.auth.token = "efgh"; socket.disconnect().connect();
Expected behavior We should have at least a setter to update this property.
The text was updated successfully, but these errors were encountered:
fix(typings): make auth property public (#1455)
auth
c150223
Related: #1453
This should be fixed by c150223.
Sorry, something went wrong.
4a3a56f
Related: socketio/socket.io-client#1453
No branches or pull requests
auth property is set as private and readonly.
Therefore, we can't update it as the documentation show us.
To Reproduce
Socket.IO client version:
4.0.0
Client
I get a Typescript error here :
Expected behavior
We should have at least a setter to update this property.
The text was updated successfully, but these errors were encountered: