mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-10-12 19:40:06 +08:00
Add OnPacketIDExhausted hook (#211)
This commit is contained in:
@@ -241,6 +241,7 @@ func TestHooksNonReturns(t *testing.T) {
|
||||
h.OnQosPublish(cl, packets.Packet{}, time.Now().Unix(), 0)
|
||||
h.OnQosComplete(cl, packets.Packet{})
|
||||
h.OnQosDropped(cl, packets.Packet{})
|
||||
h.OnPacketIDExhausted(cl, packets.Packet{})
|
||||
h.OnWillSent(cl, packets.Packet{})
|
||||
h.OnClientExpired(cl)
|
||||
h.OnRetainedExpired("a/b/c")
|
||||
|
Reference in New Issue
Block a user