nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

Fix consumer starting sequence with start time and multiple filters #6082

Closed Jarema closed 2 weeks ago

Jarema commented 2 weeks ago

fixes #6076

When starting by time option was used , a different codepath was taken when calculating starting sequence for the consumer. That codepath had off by one bug.

Signed-off-by: Tomasz Pietrek tomasz@nats.io