Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websockets in hook not working #53

Open
vyconm opened this issue Apr 2, 2024 · 0 comments
Open

websockets in hook not working #53

vyconm opened this issue Apr 2, 2024 · 0 comments

Comments

@vyconm
Copy link

vyconm commented Apr 2, 2024

No matter if client-side or server-side, if I open a new websocket, it does not pass through the handle hook.
More documentation on the websockets implementation would be helpful, as the bun documentation only partially extends this documentation.

Using the exact code from the example in the readme, in dev, preview and build. e.g.:
const ws = new WebSocket(
wsURL
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant