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

Fix another promise leak #69

Merged
merged 2 commits into from Apr 29, 2024
Merged

Fix another promise leak #69

merged 2 commits into from Apr 29, 2024

Conversation

mtmk
Copy link
Contributor

@mtmk mtmk commented Apr 28, 2024

This was being triggered when port was not passed part of the url e.g. wss://example.com/some/path as opposed to wss://example.com:443/some/path

Also added couple more locations fulfilling the promise in case of other errors.

This was being triggered when port was not passed
part of the url e.g. wss://example.com/some/path
as opposed to wss://example.com:443/some/path

Also added couple more locations fulfilling the promise
in case of other errors.
@mtmk mtmk requested review from Jarema and piotrpio April 28, 2024 17:25
Copy link
Contributor

@piotrpio piotrpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Jarema Jarema merged commit 36bf8c2 into main Apr 29, 2024
3 checks passed
@Jarema Jarema deleted the fix-another-promise-leak branch April 29, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants