You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add WebSocket polyfill for Electron main process
Resolves ReferenceError where WebSocket was undefined in main process.
Implements dual WebSocket loading strategy with proper environment
detection and fallback mechanisms for Node.js contexts.
0 commit comments