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

perf(ext/websocket): optimize op_ws_next_event #16325

Merged
merged 13 commits into from
Oct 19, 2022

Conversation

littledivy
Copy link
Member

Towards #16315

@littledivy littledivy added this to the 1.27 milestone Oct 19, 2022
@littledivy littledivy marked this pull request as ready for review October 19, 2022 03:43
@littledivy littledivy requested a review from crowlKats October 19, 2022 03:58
Comment on lines 437 to 439
core.opAsync("op_ws_send", this[_rid], {
kind: "pong",
});
Copy link
Member

Choose a reason for hiding this comment

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

we can actually delete this because tungstenite auto-responds

Copy link
Member Author

@littledivy littledivy Oct 19, 2022

Choose a reason for hiding this comment

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

i don't want to touch functionality in this PR. maybe a follow up?

Copy link
Member

Choose a reason for hiding this comment

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

sure

…next_event' of github.com:littledivy/deno into optimize_ws_next_event
@littledivy littledivy merged commit e3a3095 into denoland:main Oct 19, 2022
bartlomieju added a commit to bartlomieju/deno that referenced this pull request Oct 31, 2022
bartlomieju added a commit to bartlomieju/deno that referenced this pull request Nov 1, 2022
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.

2 participants