Scott Fauerbach

Results 87 comments of Scott Fauerbach

Can you please share more information on your outgoing networking. Does this happen with non encoded connection? Does this happen when you are hitting a local dev server? Any vpn...

This is being addressed in https://github.com/nats-io/nats.net/pull/888

Since it is open source, you are welcome to offer a PR, in fact we would love that. It's just not that big a priority since you are not prevented...

@ptrubini The completed comment was added by github, not me.

Addressed by https://github.com/nats-io/nats.java/pull/819

@mullerch Does this happen outside of docker?

I am able to reproduce it outside of docker and also demonstrate that it's the client (I can run similar code and reconnect in Java).

So I made a change to your code and it reconnects now. Apparently the key pair needs to be generated each time. ``` opts.SetUserCredentialHandlers( (_, args) => args.JWT = "...",...