mirror of
				https://github.com/mochi-mqtt/server.git
				synced 2025-10-31 19:42:38 +08:00 
			
		
		
		
	Client write buffers (#165)
* Replace fanpool with client write buffers
This commit is contained in:
		| @@ -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{}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 JB
					JB