Anthony Morris

Results 21 issues of Anthony Morris

This PR fixes a few issues related to catching websocket errors. To reproduce, run `bun run example/websocket.ts` with the following code (an uncaught error occurs): ```typescript import { Elysia }...