Skip to content

Add server types to registry. #15

@thelsing

Description

@thelsing

Is your feature request related to a problem? Please describe.
Currently gm and players have to tell each other if the use webrtc or not. Because you get timeouts if you try to connect to a server with a wrong connection type.

Describe the solution you'd like
When a server starts it should submit a server type field to the registry. The clients will fetch it from there and know if they should use sockets, webrtc or something else to connect to the server. Maybe something like "supported connectiontypes" would be even better as there may be servers that allow multiple types of connections in parallel.

Describe alternatives you've considered
Just keep it as it is and tell each other if webrtc checkbox should be checked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions