fix(ext/flash): graceful server startup/shutdown#16383
Merged
littledivy merged 13 commits intodenoland:mainfrom Nov 11, 2022
Merged
fix(ext/flash): graceful server startup/shutdown#16383littledivy merged 13 commits intodenoland:mainfrom
littledivy merged 13 commits intodenoland:mainfrom
Conversation
Member
|
I added some code to this patch. This includes:
benchmark comparison:
|
piscisaureus
approved these changes
Nov 11, 2022
Member
piscisaureus
left a comment
There was a problem hiding this comment.
I think LGTM, but I'm not super familiar with this system.
@littledivy Can you review and land if you approve?
Member
Author
|
Looks good. Thanks @magurotuna |
kt3k
added a commit
to kt3k/deno
that referenced
this pull request
Nov 12, 2022
)" This reverts commit ff92feb.
bartlomieju
pushed a commit
to bartlomieju/deno
that referenced
this pull request
Nov 12, 2022
Fixes denoland#16267 Co-authored-by: Yusuke Tanaka <[email protected]>
kt3k
added a commit
that referenced
this pull request
Nov 13, 2022
) #16383 made some of Node compat test cases flaky in deno_std (and when it fails it causes segfaults). See denoland/std#2882 for details
magurotuna
added a commit
to magurotuna/deno
that referenced
this pull request
Nov 13, 2022
…p/shutdown) (denoland#16610)" This reverts commit 336e96a.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #16267