Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server types to registry. #15

Open
thelsing opened this issue Jul 26, 2022 · 1 comment
Open

Add server types to registry. #15

thelsing opened this issue Jul 26, 2022 · 1 comment
Labels

Comments

@thelsing
Copy link

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.

@thelsing
Copy link
Author

It could help if there was a field where the server can put some information that the clients can use to connect like an IP address for the signaling server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant