summaryrefslogtreecommitdiff
path: root/ext/flash/socket.rs
AgeCommit message (Collapse)Author
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in ↵Yusuke Tanaka
mind (#16616) This PR resets the revert commit made by #16610, bringing back #16383 which attempts to fix the issue happening when we use the flash server with `--watch` option enabled. Also, some code changes are made to pass the regression test added in #16610.
2022-09-01fix(ext/flash): retry write failures (#15591)Divy Srivastava