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
We just tried to update from 1.4.1 to 1.4.2, but our http4s websocket server stopped working (no error on the server, but the ws endpoint becomes unreachable)
❯ npx [email protected] --endpoint=wss://app/ws/graphql
Diagnosing wss://app/ws/graphql
⚠️ Could not resolve (ENOTFOUND)
Is the address correct?
Is the server running?
I get the same result with the http4s example app, the http endpoint works but the ws doesn't
The text was updated successfully, but these errors were encountered:
In case anybody needs, the snapshot for 2.x is 2.0.0+5-66bf1858-SNAPSHOT.
I will probably release by the end of the week, just want to check a couple reported issues first.
Hello,
We just tried to update from 1.4.1 to 1.4.2, but our http4s websocket server stopped working (no error on the server, but the ws endpoint becomes unreachable)
I get the same result with the http4s example app, the http endpoint works but the ws doesn't
The text was updated successfully, but these errors were encountered: