* Gets a list of socket ids. * * @deprecated this method will be removed in the next major release, please use {@link Server#serverSideEmit} or * {@link Server#fetchSockets} instead.
()
| 1025 | * {@link Server#fetchSockets} instead. |
| 1026 | */ |
| 1027 | public allSockets(): Promise<Set<SocketId>> { |
| 1028 | return this.sockets.allSockets(); |
| 1029 | } |
| 1030 | |
| 1031 | /** |
| 1032 | * Sets the compress flag. |
no outgoing calls
no test coverage detected