* Returns the number of Socket.IO servers in the cluster * * @public
()
| 74 | * @public |
| 75 | */ |
| 76 | public serverCount(): Promise<number> { |
| 77 | return Promise.resolve(1); |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Adds a socket to a list of room. |
no outgoing calls
no test coverage detected