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 on Sep 27, 2023. It is now read-only.
Currently, the websocket server (ui/server.*) seems like it is probably doing too much at runtime.
This is probably mostly a function of sending things back and forth as JSON and the parsing associated with that, but it could be due to the internals of the websocket code.
Also, the build time for the current websocket code is irritatingly long, as it has to build openssl, even though we don't actually use it. Cutting out this dependency would be valuable.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the websocket server (
ui/server.*
) seems like it is probably doing too much at runtime.This is probably mostly a function of sending things back and forth as JSON and the parsing associated with that, but it could be due to the internals of the websocket code.
Also, the build time for the current websocket code is irritatingly long, as it has to build openssl, even though we don't actually use it. Cutting out this dependency would be valuable.
The text was updated successfully, but these errors were encountered: