nats-io / kubecon-contribfest

Apache License 2.0
0 stars 1 forks source link

Context fluent interface #8

Open piotrpio opened 1 year ago

piotrpio commented 1 year ago

Add .Context() interface returning context-aware nats connection:

nats.Context(ctx, nc).Request("foo", []byte("msg"))
shayyxi commented 1 year ago

If no one is working on this, I am starting on this...