cli icon indicating copy to clipboard operation
cli copied to clipboard

Websocket support

Open Rix565 opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Well, I wanna use my Revolt.chat instance outside of localhost, but since it is using a ws:// server for live posting, logging in with the official Revolt.chat client just throws "An error has occured". Describe the solution you'd like I want a full websocket support on the backend, so that I can use my Revolt.chat instance correctly (not just parts of it :') )

Describe alternatives you've considered None

Additional context None

Rix565 avatar Oct 15 '22 20:10 Rix565

We support websockets since almost beginning of loophole's existance.

To be sure, I created demo websocket server and client from the examples on https://github.com/websockets/ws and it worked.

There must be something else going on.

  1. I don't know the specification of Revolt.Chat, but does it use the same port for websocket?
  2. Maybe try using wss instead of ws.

Morishiri avatar Oct 17 '22 08:10 Morishiri

Closing the issue, in case there are further questions - feel free to ask.

Morishiri avatar Nov 28 '22 08:11 Morishiri