mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
Previously LaunchAck was sent only as a direct response to the requesting connection. The servo-shell appd_ws listener thread is a separate WebSocket connection and would never receive LaunchAck for UI-initiated launches, causing those sessions to have no WebView. Now dispatch() broadcasts LaunchAck over the registry broadcast channel immediately after returning the direct response, so all connected WebSocket clients (including the shell listener) learn about every new session regardless of which connection triggered the launch. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||