Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RequestAsync loose header data #414

Open
draveckym opened this issue Feb 17, 2020 · 0 comments
Open

RequestAsync loose header data #414

draveckym opened this issue Feb 17, 2020 · 0 comments

Comments

@draveckym
Copy link

draveckym commented Feb 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant