This commit is contained in:
laodaming 2023-09-19 10:09:22 +08:00
parent 157f05e43d
commit 498f4550f0

View File

@ -6,6 +6,7 @@ import (
// 消息分发工厂
type allocationProcessorFactory interface {
//分配数据到缓冲队列
allocationMessage(w *wsConnectItem, data []byte)
}