We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public void Update(RpcRequest request, Activity? activity = null) { DistributedContextPropagator.Inject(activity, request.Metadata, static (carrier, key, value) => ((IDictionary<string, string>)carrier!)[key] = value); }
if key isn't already defined this will throw
safety!
send an RpcRequest with no metadata
0.4
Core
No response
The text was updated successfully, but these errors were encountered:
rysweet
Successfully merging a pull request may close this issue.
What happened?
if key isn't already defined this will throw
What did you expect to happen?
safety!
How can we reproduce it (as minimally and precisely as possible)?
send an RpcRequest with no metadata
AutoGen version
0.4
Which package was this bug in
Core
Model used
No response
Python version
No response
Operating system
No response
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: