Skip to content

Commit

Permalink
restored the original newRequest, not Ex
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jun 21, 2024
1 parent 539b79f commit 59db092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ func (jsa *mqttJSA) deleteConsumer(streamName, consName string, noWait bool) (*J
return nil, nil
}

cdri, err := jsa.newRequestEx(mqttJSAConsumerDel, subj, _EMPTY_, -1, nil, mqttJSAPITimeout)
cdri, err := jsa.newRequest(mqttJSAConsumerDel, subj, 0, nil)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 59db092

Please sign in to comment.