Skip to content

Hide, remove, or fix connecting to a websocket server #275

@CryZe

Description

@CryZe

The problem is that we are using https and that prevents you from connecting to anything that's not https. So you can't easily run a websocket server locally and connect to it. And so far this roughly uses the server protocol from the original LiveSplit (though kind of in reverse, as the client and the server in a way are swapped). It does not speak the new synchronization protocol that we want to build. Considering it also plays a prominent role in our sidebar at the moment, this is mostly just "wasting valuable space", because of how unusable it is at the moment. So I feel like we either should look into making it more usable somehow, move it into the settings menu, or just get rid of it entirely for now, as the synchronization protocol most likely will supersede it anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    UIThe issue is about the user interface.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions