Skip to content

How does this get a list of clients if it doesn't return a List? #14

@ThinkDigitalSoftware

Description

@ThinkDigitalSoftware

/**
* Gets a list of clients.
*
* @return {Namespace} self
* @api public
*/
clients(fn([_])) {
this.adapter.clients(this.rooms, fn);
this.rooms = [];
return this;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions