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
In the current state of the code, it's not possible to run both the servers on the same port.
Both the servers that are being used in this binary (http.server and simple-websocket-server) try to occupy the port. So, running two servers on the same port isn't possible.
To do this, I basically need to write a whole HTTP server and a WebSocket server from scratch, which is a pretty big task that I don't have the time to do right now.
See:
Relevant code:
nvim-ghost.nvim/binary.py
Lines 476 to 480 in bcebc1f
The text was updated successfully, but these errors were encountered: