Skip to content
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

Misprint in WebsocketTransport class #313

Closed
MarhiievHE opened this issue Jul 1, 2022 · 0 comments
Closed

Misprint in WebsocketTransport class #313

MarhiievHE opened this issue Jul 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@MarhiievHE
Copy link
Member

Is it a misprint?

if (this.connected) return Promise.reslve();

And it must be like%

if (this.connected) return Promise.resolve();

if (this.connected) return Promise.reslve();

@MarhiievHE MarhiievHE added the bug Something isn't working label Jul 1, 2022
tshemsedinov added a commit that referenced this issue Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant