You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app runs fine without any problem with Node, even if the code was bundled with Bun, but if I run the app with Bun, all my app work fine, except WebSockets. Connections are verified with verifyClient, but never connects.
Bun has its own WebSockets implementation, but during evaluation and testing, I want to get the code run on both, Node and Bun.
The text was updated successfully, but these errors were encountered:
My app runs fine without any problem with Node, even if the code was bundled with Bun, but if I run the app with Bun, all my app work fine, except WebSockets. Connections are verified with verifyClient, but never connects.
Bun has its own WebSockets implementation, but during evaluation and testing, I want to get the code run on both, Node and Bun.
The text was updated successfully, but these errors were encountered: