Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonia: Remove websocket comm #83

Merged
merged 1 commit into from
May 27, 2023
Merged

pythonia: Remove websocket comm #83

merged 1 commit into from
May 27, 2023

Conversation

extremeheat
Copy link
Owner

WebSocket support isn't functional, but we try to use this when a browser environment is detected (window != undefined). Since runtimes like Electron can declare window and still have access to node child_process, we can remove this check.

Fix #82

WebSocket support isn't functional, but we try to use this when a browser environment is detected (window != undefined). Since runtimes like Electron can declare window and still have access to node child_process, we can remove this check.

Fix #82
@extremeheat extremeheat merged commit d4b4b8d into master May 27, 2023
@extremeheat extremeheat deleted the pythonia-remove-ws branch May 27, 2023 17:37
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.

Uncaught DOMException: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.
1 participant