Skip to content

Unsubscribe not removing subscriptions made with ChannelMessageQueue Subscribe #1101

@BrennanConroy

Description

@BrennanConroy

ISubscriber.UnsubscribeAsync(channelName) does not unsubscribe subscriptions made with the new channel queue ISubscriber.SubscribeAsync(channelName).

var channel = await _bus.SubscribeAsync("name");
channel.OnMessage(channelMessage =>Task.CompletedTask);
await _bus.UnsubscribeAsync("name"); // does not unsubscribe

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