wrote postmaster

This commit is contained in:
Jay
2026-05-10 18:47:18 -04:00
parent b87d8f8fb1
commit 0c08a7ce09
5 changed files with 414 additions and 50 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ func TestCourierMultipleSends(t *testing.T) {
c.HandleConnect()
outcomes := make([]LetterOutcome, 0, 2)
called := make(chan LetterOutcome, 4)
called := make(chan LetterOutcome, 2)
c.Enqueue(newTestLetter(ctx, 1), func(o LetterOutcome) { called <- o })
c.Enqueue(newTestLetter(ctx, 2), func(o LetterOutcome) { called <- o })