Skip to content

6 Known Issues

zac-playfab edited this page Jun 17, 2016 · 2 revisions

Artificial Time-out System

Outbound requests are set to artificially time-out after 10 seconds. This is to enhance the user experience and unlock the application if a call actually times out.

After a the client waits for longer than 10 seconds, this "Caution! Bravery Required!" dialog will be triggered. This provides two options on how best to proceed.

  1. By clicking Accept, you are telling the client to proceed as normal and that the call in question is either not critical to moving forward or was likely a long-running call that finished in the background.

  2. By clicking Cancel, you will trigger a scene reload that will attempt to re-fire the scene's API calls. This effectively provides a re-try for calls that are critical to moving forward.

Lives mechanic not fully implemented

Currently the Lives currency is not checked prior to embarking on a quest. We decided to omit this due to the way we have been giving our demo. We may decide to add this at a later date, as this would only require a few additions to the code.