-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
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
Labels
No labels