Skip to content

Add cdn timeout handling#716

Open
lukechatton wants to merge 2 commits intomainfrom
fix/bundle-cdn-timeout
Open

Add cdn timeout handling#716
lukechatton wants to merge 2 commits intomainfrom
fix/bundle-cdn-timeout

Conversation

@lukechatton
Copy link
Member

Summary

  • classify bundle download failures to produce user-friendly errors for timeout and unreachable CDN cases
  • detect timeout-like failures (including Curl error 28) and include the CDN host in the message shown to users
  • update both client bundle load and main menu package download flows to display the friendly error directly

Problem

When the game CDN times out or cannot be reached, users see a generic error that does not explain what to do.

Result

Users now get actionable guidance such as checking connection/firewall/VPN and retrying, specifically for CDN timeout/connectivity failures.

Testing

  • not run (code-path change only; no Unity runtime verification in this environment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant