Client write buffers (#165)

* Replace fanpool with client write buffers
This commit is contained in:
JB
2023-02-09 22:34:30 +00:00
committed by GitHub
parent 7ba1352a60
commit bb54cc68e6
13 changed files with 189 additions and 284 deletions

View File

@@ -236,6 +236,7 @@ func TestHooksNonReturns(t *testing.T) {
h.OnSubscribed(cl, packets.Packet{}, []byte{1})
h.OnUnsubscribed(cl, packets.Packet{})
h.OnPublished(cl, packets.Packet{})
h.OnPublishDropped(cl, packets.Packet{})
h.OnRetainMessage(cl, packets.Packet{}, 0)
h.OnQosPublish(cl, packets.Packet{}, time.Now().Unix(), 0)
h.OnQosComplete(cl, packets.Packet{})