Files
nats-server/server
Derek Collison 225df04662 Fix for a consumer's num pending being stuck at 1.
We were trying to protect the sgap uint64 from wrapping, but in some cases the consumers is eager and can get a message before we sgap++.
Instead of slowing things down and sycnhronizing ++ then --, we allow it to wrap temporarily and have and adjustedPending() func that will set to zero for reporting.

Signed-off-by: Derek Collison <derek@nats.io>
2021-07-10 12:37:08 -07:00
..
2020-05-19 14:15:11 -07:00
2021-04-09 15:18:06 -07:00
2021-07-06 15:05:19 -06:00
2021-05-19 14:46:07 -07:00
2021-05-19 14:46:07 -07:00
2021-05-28 15:52:22 +02:00
2020-02-25 19:53:09 -05:00
2021-05-26 08:04:50 +02:00
2021-07-10 11:46:37 -07:00
2020-11-17 18:57:45 +00:00
2021-07-08 06:13:36 -07:00
2021-07-08 07:42:40 -07:00
2021-01-14 01:14:52 -08:00
2021-01-14 01:14:52 -08:00
2019-05-06 15:41:38 -07:00
2020-06-12 10:03:47 -06:00
2018-10-06 14:06:14 -07:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2021-04-12 10:17:13 -07:00
2019-12-12 11:58:24 -07:00
2021-06-20 10:34:27 -07:00
2021-05-26 08:04:50 +02:00