Fix Web App not loading when using https (#1) (#2)
Merged
Hongzheng Li opened 2 months ago
Updated websocket_api.ts to automatically switch between ws:// and wss:// based on the page protocol.
This prevents mixed content issues when the app runs over HTTPS.
Updated websocket_api.ts to automatically switch between ws:// and wss:// based on the page protocol. This prevents mixed content issues when the app runs over HTTPS.
Closes #1