aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/socket/echo.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-07Workaround macOS issueGravatar Jarred Sumner 1-18/+24
2023-01-02fix lingering process by dead sockets (#1700)Gravatar Alex Lam S.L 1-0/+70
`Bun.listen()` and `Bun.connect()` would create sockets that under certain conditions with calls to `.end()` or `.stop`, prevents the process from exiting gracefully.