In actual moment of time the matchmaking microservice experiencing a lack of required functionality, that must be implemented by default for each existing microservice in general:
{
'name': 'matchmaking',
'version': '0.1.0',
'permissions': [
{
'codename': 'matchmaking.games.retrieve',
'description': 'Can be added or received the state of the search',
},
{
'codename': 'matchmaking.games.update',
'description': 'Can update the state of the search',
},
{
'codename': 'matchmaking.games.search.cancel',
'description': 'Can cancel searching match',
},
]
}
In actual moment of time the matchmaking microservice experiencing a lack of required functionality, that must be implemented by default for each existing microservice in general: