-
Notifications
You must be signed in to change notification settings - Fork 2
Add server types to registry. #15
Copy link
Copy link
Open
Labels
Description
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.
Reactions are currently unavailable