MCPcopy Index your code
hub / github.com/simstudioai/sim / getTotalActiveConnections

Method getTotalActiveConnections

apps/realtime/src/rooms/types.ts:125–125  ·  view source on GitHub ↗

* Get total active connections across all rooms

()

Source from the content-addressed store, hash-verified

123 * Get total active connections across all rooms
124 */
125 getTotalActiveConnections(): Promise<number>
126
127 /**
128 * Handle workflow deletion - notify users and clean up room

Callers 2

index.test.tsFile · 0.65
createHttpHandlerFunction · 0.65

Implementers 2

RedisRoomManagerapps/realtime/src/rooms/redis-manager.
MemoryRoomManagerapps/realtime/src/rooms/memory-manager

Calls

no outgoing calls

Tested by

no test coverage detected