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
The new version stores the URL path in the request attribute of the websocket ServerConnection. Specifically as ws.request.path where ws is the ServerConnection argument passed to the handler function when the websocket is opened.
From their changelog:
In particular, when a client attempts to connect, the server will fail:
Using the legacy
serve()
does seem to resolve the issue for the moment.The text was updated successfully, but these errors were encountered: