mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
@@ -41,7 +41,7 @@ var (
|
||||
|
||||
const (
|
||||
// VERSION is the current version for the server.
|
||||
VERSION = "2.2.0-RC.8.5"
|
||||
VERSION = "2.2.0-RC.8.6"
|
||||
|
||||
// PROTO is the currently supported protocol.
|
||||
// 0 was the original
|
||||
|
||||
@@ -2734,7 +2734,7 @@ func (o *consumer) setInitialPending() {
|
||||
if !notFiltered {
|
||||
// Check to see if we directly match the configured stream.
|
||||
// Many clients will always send a filtered subject.
|
||||
cfg := mset.config()
|
||||
cfg := mset.cfg
|
||||
if len(cfg.Subjects) == 1 && cfg.Subjects[0] == o.cfg.FilterSubject {
|
||||
notFiltered = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user