post-W7 cleanup

This commit is contained in:
root
2026-06-15 12:00:46 +00:00
parent 75bccb778c
commit 1a5c6547b9
28 changed files with 896 additions and 301 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ StringList ws_connections(String scope) { (void)scope; return(context ? context-
u64 ws_connection_count(String scope) { return(ws_connections(scope).size()); }
// The wasm workspace owns no connections; ws_send/ws_close record dispatch
// commands (same shape as the native websocket_exec capture) that the host
// carries back to the broker, which sends them over the real connections.
// carries back to the broker, which sends them over the client connections.
bool ws_send(String message, bool binary, String scope)
{
if(!context)