nats-io / nats.net.v2

Full Async C# / .NET client for NATS
https://nats-io.github.io/nats.net.v2/
Apache License 2.0
202 stars 40 forks source link

Release 2.3.0-preview.1 #522

Closed mtmk closed 2 weeks ago

mtmk commented 2 weeks ago
caleblloyd commented 2 weeks ago

I think we need to go through the TLS Options, and Throw on netstandard if they are using a TLS Option that is not supported instead of silently skipping those options

mtmk commented 2 weeks ago

I think we need to go through the TLS Options, and Throw on netstandard if they are using a TLS Option that is not supported instead of silently skipping those options

done in #524