Hey I am encountering an odd issue using bun sockets with ElysiaJS framework.
When I set a protocol on the standard websocket client, which sets the Sec-WebSocket-Protocol header on the request, the socket seems to get disconnected immediately after connecting.
Is anyone aware of why this may be, or how I might isolate this to bun or elysia?