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
{{ message }}
This repository has been archived by the owner. It is now read-only.
I tried to investigate a bit. I found that in new version of http4s there is a new way of working with web sockets. WebSocketBuilder is deprecated in favor of WebSocketBuilder2 I tried to fix it locally, but after that my application starts to reload in an infinite cycle. I don't have enough knowledge of korolev internals to dive deeper, so I stopped there.
The text was updated successfully, but these errors were encountered:
After updating from this set of dependencies:
To this:
My korolev application stops working. It loads all static and renders for the first time, but all interactive elements and events are not working.
In server logs I see this:
I tried to investigate a bit. I found that in new version of http4s there is a new way of working with web sockets.
WebSocketBuilder
is deprecated in favor ofWebSocketBuilder2
I tried to fix it locally, but after that my application starts to reload in an infinite cycle. I don't have enough knowledge of korolev internals to dive deeper, so I stopped there.The text was updated successfully, but these errors were encountered: