Skip to content

Commit

Permalink
Bump version to v2.8.4-beta.2 and fix flapper
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
  • Loading branch information
kozlovic committed May 25, 2022
1 parent 1c984d4 commit a52f126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (

const (
// VERSION is the current version for the server.
VERSION = "2.8.4-beta"
VERSION = "2.8.4-beta.2"

// PROTO is the currently supported protocol.
// 0 was the original
Expand Down
2 changes: 1 addition & 1 deletion server/jetstream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5591,7 +5591,7 @@ func TestJetStreamRedeliverAndLateAck(t *testing.T) {
// Wait for past ackwait time
time.Sleep(150 * time.Millisecond)
// Now ack!
msg.Respond(nil)
msg.AckSync()
// We should not get this back.
if _, err := nc.Request(nextSubj, nil, 10*time.Millisecond); err == nil {
t.Fatalf("Message should not have been sent back")
Expand Down

0 comments on commit a52f126

Please # to comment.