Skip to content

There seems to be a problem with the computeExceptSids method called in the apply method. #82

Closed
@zishang520

Description

@zishang520

BroadcastOptions.except is of type Set<SocketId> but computeExceptSids requires Set<Room>:

const except = this.computeExceptSids(opts.except);

BroadcastOptions.except:

except?: Set<SocketId>;

computeExceptSids:

private computeExceptSids(exceptRooms?: Set<Room>) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions