Section 04 / Network Resiliency

Backend Connectivity & Fault Tolerance

Automatic Reconnection

The library now handles connection issues automatically

  • Infinite Retry: When backend is unreachable, the library retries every 30 seconds until successful
  • Clear Messages: Console shows "Unable to connect to the backend server" with retry countdown
  • Graceful Handling: Only disables plugin for actual license issues, not connection problems
NOTICE: Important Note for Plugin Developers
Your plugin should continue running normally during connection issues. Only disable the plugin when there are actual license validation failures (expired, revoked, invalid). Connection problems should trigger retry attempts, not immediate shutdown.

Built by Ulises - Citymoon Dynamics