nats-io / stan.net

The official NATS .NET C# Streaming Client
Apache License 2.0
137 stars 41 forks source link

Add a configurable timeout to protocol messages #191

Closed ColinSullivan1 closed 3 years ago

ColinSullivan1 commented 3 years ago

Ensure all protocol messages have the configurable timeout. Piggy back on the connect timeout like golang does.

Resolves #185

Signed-off-by: Colin Sullivan colin@synadia.com

ColinSullivan1 commented 3 years ago

Thanks for the review @matthiashanel!