Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-31 | Re-run prettier after changes | 1 | -1/+1 | ||
2023-01-18 | Don't report end() because it is inherently flaky | 1 | -4/+4 | ||
2023-01-07 | Workaround macOS issue | 1 | -18/+24 | ||
2023-01-02 | fix lingering process by dead sockets (#1700) | 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. |