gameontext / gameon-mediator

The mediator between the device (phone, browser, ... ) and rooms, items, and other backend services.
Apache License 2.0
5 stars 7 forks source link

Persist and move without kafka #90

Closed ebullient closed 6 years ago

ebullient commented 6 years ago

Use the response from the player service to move the player between rooms (compensating if there were conflicts). Send the service's UUID to player when requesting the location update, so that location changes caused by this mediator can be ignored (only relevant while the instance is running, otherwise meaningless data).

Signed-off-by: Erin Schnabel schnabel@us.ibm.com


This change is Reviewable