Scott Fauerbach
Scott Fauerbach
@stefanLeo Copied from https://github.com/nats-io/nats.java/pull/1077 Yes. Fully understood. So the use cases are from my PoV: 1) Have an easy integration to grab whatever you log deep inside your code and...
@jordanperrin Are you using the stan.java client (which connects to a STAN server) or the nats.java client (which connects to the NATS server)? What server are you trying to connect...
Did you see that we specifically turned off `upgradeRequired` for websocket? So this won't work. Maybe the check should just be `upgradeRequired` Will have to think about this. Do you...
Also please verify your commits, it's a requirement for contributing.
> Tried to making test but it seems not easy on unit test because this needs reverse proxy to test. Is it okay to use testcontainer to setup nginx or...
@OpenX-Public can you please try again using the server feature `handshake_first` and the client option setting of `tlsFirst()` I'm also closing this as any fix would have to be re-written...
@philmu I cannot reproduce this. I've been running your example for about a half hour. Is this still occurring? I wonder if this could be related to the operating system...
Also see https://github.com/nats-io/nats.java/issues/768
@chrispoulsen Yes, I just linked them, they are similar. I haven't had time to fully grok this, but when I do, I will have to make sure any change is...
@cpoulsen-dezide I'm thinking about how to fix this in a backward compatible manner. I could add a connection option that is essentially "better error messages" and behave differently if the...