* Gets a list of socket ids. * * @deprecated this method will be removed in the next major release, please use Server#serverSideEmit or * Server#fetchSockets instead.
()
| 937 | * {@link Server#fetchSockets} instead. |
| 938 | */ |
| 939 | public allSockets(): Promise<Set<SocketId>> { |
| 940 | return this.sockets.allSockets(); |
| 941 | } |
| 942 | |
| 943 | /** |
| 944 | * Sets the compress flag. |
no outgoing calls
no test coverage detected