You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: