nats.rb icon indicating copy to clipboard operation
nats.rb copied to clipboard

does not resend auto unsubscribe with updated value

Open matthiashanel opened this issue 4 years ago • 0 comments

in go, on reconnect, a subscription with a limit is followed up by unsubscribe(max-received) This can cause unnecessary traffic and unnecessarily dropped messages in queue subscribers.

https://github.com/nats-io/nats.rb/blob/801f4564a5064ddd2cad0ee1a23f1ef05ec748b9/lib/nats/client.rb#L1072-L1090

matthiashanel avatar Feb 05 '20 20:02 matthiashanel