* Called when a packet is received from another Socket.IO server * * @param args - an array of arguments, which may include an acknowledgement callback at the end * * @private
(args: [string, ...any[]])
| 594 | * @private |
| 595 | */ |
| 596 | _onServerSideEmit(args: [string, ...any[]]) { |
| 597 | super.emitUntyped.apply(this, args); |
| 598 | } |
| 599 | |
| 600 | /** |
| 601 | * Gets a list of clients. |