Merge branch 'main' into dev

This commit is contained in:
Derek Collison
2023-04-29 19:52:57 -07:00
24 changed files with 2757 additions and 2310 deletions

View File

@@ -406,6 +406,8 @@ func TestClusterDoubleMsgs(t *testing.T) {
sendB("PING\r\n")
expectB(pongRe)
time.Sleep(10 * time.Millisecond)
matches = expectMsgsA2(2)
checkMsg(t, matches[0], "foo", "", "", "2", "ok")
checkForPubSids(t, matches, pSids)