Known Issues
Server Failure During Group Gameplay Session
When multiple players simultaneously play Dysruption, it is possible for the backend database of the game to be overwhelmed and restart, causing players to lose access to the game for a few minutes and see the “Waiting For Response From Server” message depicted above.
This is a known issue with builds of Dysruption from version 1.0.0 up to and including at least 1.6.1, and has been encountered with as little as 15 players during a session.
The remedy to this issue requires someone with access to the AWS account the build of the game is deployed on.
Steps to fix server error
Sign into AWS
Select DynamoDB from AWS services
Select Tables
Choose the Table for the build of the game players are on. This will be the name of the deployment followed by “-Prod-Database”.
Choose Additional Settings
Choose Edit
Change Edit Capacity from Provisioned to On-Demand
Note that doing this will likely result in a higher AWS bill. It is best practice to return the capacity to Provisioned with 5 Read units and 10 Write units after the session is complete.