cleanup, docs
This commit is contained in:
@@ -14,7 +14,5 @@ This is the same default scope used by `ws_send()`, `ws_connections()`, and `ws_
|
||||
|
||||
In the current runtime implementation this scope is the page's internal endpoint identifier, typically the absolute `SCRIPT_FILENAME` of the `.uce` file that accepted the WebSocket upgrade.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: WebSocket connection metadata and send APIs in Ratchet, Workerman, or similar server frameworks
|
||||
- JavaScript / Node.js: browser `WebSocket` properties and Node `ws` server-side connection inspection and send methods
|
||||
:example
|
||||
print("ws_scope is resource-bound; configure the service or connection, then call it in request code.\n");
|
||||
|
||||
Reference in New Issue
Block a user