post-W7 cleanup
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user