Skip to content

RequestAsync loose header data #414

@draveckym

Description

@draveckym

When calling IBusClient.RequestAsync(), while specifying custom header like this:
c.UseRequestConfiguration(conf => conf.PublishRequest(p => p.WithProperties(prop => prop.Headers.Add(USER_HEADER_KEY, currentUser))));
Header is present while in
StageMarker => RawRabbit.Pipe.StageMarker.PublishConfigured
middleware, yet lost while in
StageMarker => RawRabbit.Pipe.StageMarker.MessageRecieved

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions