Ask a Question
When should I use Beamable Tournaments and when is it overkill?
I am evaluating Beamable for use in a tournament system
Portal - ACL Layer
Is adding an ACL layer to the Portal a possibility?
Maximum capacity for chat
Is there a maximum capacity for chat rooms?
MakeDonationRequest issue
I'm currently getting this error ,
HTTP Error. method=[POST] uri=[https://api.beamable.com/object/groups/"MyId"/donations] code=[400] payload=[{"status":400,"service":"groups","error":"InvalidDonationError","message":"No group donations config with name donations.default
"}]
Synchronous Turn-based multiplayer
Does Synchronous Turn-based multiplayer guarantee that player actions arrive in a consistent order, and no action is dropped? Can disconnected devices reconnect and synchronize their game state? Do we get notified if a player is disconnected, so that they can be replaced with a bot until they reconnect?
REST API request parameters
Please provide an overview / description of the listed parameters : scope, third_party, refresh_token, client_id, code, token, customerScope, grant_type
How do you subscribe to game public stats?
I've created some game public stats that are updated via microservice. (CurrentClass, Location)
I'd like to have the client subscribe to updates made to these stats.
On the context I'm subscribing by
Stats.OnUpdated += StatsUpdated;
Accessing another player's inventory
Is there a way to access another player's inventory? We have a microstorage from where we can get their ID, but can we actually get and change inventory items with that ID?
Failing microservice builds
How can I understand why my microservice build fails? Specifically, there are linkage errors (as though referenced assemblies aren't copied), though in the build folder those assemblies are pulled in. For all the types that I load from manually referenced DLLs, I get an error during build, saying that the type is not found. It used to work, and I think that this problem presents any time I push the microservice to the server, but not during local builds.
Connection Time Out with Server Shard?
Hello,