Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |