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
I'm trying to use Cloudflare Tunnel to connect to a Postgres database, which I believe uses WebSockets under the hood. Sometimes, WebSockets try to close with code 1005, resulting in an error:
I'm trying to use Cloudflare Tunnel to connect to a Postgres database, which I believe uses WebSockets under the hood. Sometimes, WebSockets try to close with code 1005, resulting in an error:
miniflare/packages/web-sockets/src/couple.ts
Lines 46 to 48 in 20b7159
Replacing this with:
seems to solve the problem, but I'm not sure whether there's an underlying issue in WebSocketPair or not.
The text was updated successfully, but these errors were encountered: