enso/app/gui2/shared
somebody1234 d5a04a767e
Fix errors in GUI WebSockets (#10421)
- Fix https://github.com/enso-org/cloud-v2/issues/1337
- Fix #10381 (same issue)
- This was caused by queued execution context tasks delaying the disposal of the WebSocket connections - I guess because the WebSocket is closed, either the queue never reaches that point, or retries take too long to reach that point?
- There was also another issue caused by the Dashboard incorrectly caching the `project`, causing the endpoint URLs to become outdated.

Misc changes:
- Change `Editor.tsx` to not return two different component trees. This avoids React unmounting and re-mounting the GUI app.

# Important Notes
None
2024-07-04 12:48:57 +00:00
..
__tests__ improve argument placeholder resolution for partial applications and … (#8794) 2024-01-18 13:13:31 +00:00
ast Open multi-select when items are edited (#10308) 2024-06-28 08:59:31 -04:00
languageServer Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
languageServerTypes Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
util Fix errors in GUI WebSockets (#10421) 2024-07-04 12:48:57 +00:00
binaryProtocol.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
ensoFile.ts improve argument placeholder resolution for partial applications and … (#8794) 2024-01-18 13:13:31 +00:00
languageServer.ts Fix errors in GUI WebSockets (#10421) 2024-07-04 12:48:57 +00:00
languageServerTypes.ts Renaming project in GUI (#10243) 2024-06-21 11:28:30 +00:00
uuid.ts Read custom visualizations (#8180) 2023-11-03 20:09:45 +00:00
yjsModel.ts Fix visualization resizing (#9946) 2024-05-14 11:49:37 +00:00