beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
4 stars 0 forks source link

[Issue/3312] Fix Lobby data field not being updated #3387

Closed gabrielbeamable closed 1 month ago

gabrielbeamable commented 2 months ago

Ticket

resolves #3312

Brief Description

Even tho the Lobby class has a data field where you can put any data you want in the form of a Dictionary<string, string>, it wasn't possible to pass this field along the creation of the Lobby, or even updating it. This fixes that by changing the lobby API to use our auto-gen API for Lobby, instead of directly calling the requests.

Checklist

Add those to list or remove the list below altogether:

Notes

When you are merging a feature branch into main, please squash merge and make sure the final commit contains any relevent JIRA ticket number. If you are merging from main to staging, or staging to production, please use a regular merge commit.

Does this introduce tech-debt? If so, have you added an entry to the Tech-debt document?