nats-io / stan.net

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

Configurable Timeouts for Protocol Requests #185

Closed ColinSullivan1 closed 4 years ago

ColinSullivan1 commented 4 years ago

Some timeouts are hardcoded for protocol requests (e.g. Subscribe), and need to be configurable.

Related to #184.