-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The next_n rooms are really useful if you want to connect to other players as quickly as possible.
However it would be nice if they allowed the clients to match on some criteria. in addition to the total number of players. e.g.
- Are they playing the same game? (would allow to reuse the same server for multiple games)
- Game version
- Specific map
- Game mode
- etc.
I think it would make most sense to make this generic so it could support criteria and use cases I haven't thought of.
In its simplest form, this could just be a single string key decided by the game: e.g.
wss://match.myserver.com/next_4?key=thegame_v1.0_deathmatch
Not sure if key is the most fitting name here. scope
, namespace
? Or have it as a path arg? Open to suggestions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed