framework · inferred from evidence
Electron
A framework for building cross-platform desktop applications, mentioned as the environment where the issue occurs.
- Ably Realtime whitescreens Electron renderer ~30s after connect
The Ably team root-caused this to a Chromium `setTimeout` bug that triggers when ably-js code is evaluated from a custom vm context in an Electron renderer process. Fixes that worked: run ably-js from the main process instead of the rendere