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

Fix potential busy loops

Open MauriceVanVeen opened this issue 1 year ago • 0 comments

  • Increasing reconnectWait to wait a bit longer. A message put into the reconnectOutgoing queue will get immediately, regardless of this wait time. Only if we are stopped will we need to wait for this amount of time before exiting the loop in run().

MauriceVanVeen avatar Aug 20 '24 09:08 MauriceVanVeen