separate goroutine to send ack to publisher

This commit is contained in:
chrislu
2024-03-27 10:27:08 -07:00
parent 17806cde2a
commit 5cc94a05b9
2 changed files with 40 additions and 55 deletions

View File

@@ -14,6 +14,7 @@ import (
type LocalPartition struct {
ListenersWaits int64
AckTsNs int64
// notifying clients
ListenersLock sync.Mutex