mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
add prop_ids
This commit is contained in:
parent
b8888d108b
commit
11f04148cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1000,6 +1000,7 @@ export class SocioServer extends LogHandler {
|
|||
return Object.fromEntries([...this.#sessions.values()].map(s => [s.id, { name: s.name, ip: s.ipAddr}]));
|
||||
}
|
||||
|
||||
get prop_ids(){return this.#props.keys();}
|
||||
get session_ids(){return this.#sessions.keys();}
|
||||
get server_info() { return this.#wss.address(); }
|
||||
get raw_websocket_server() { return this.#wss; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue