fix
This commit is contained in:
parent
f15f8a32be
commit
eca69bb085
@ -15,6 +15,7 @@ var mapAllocationProcessor = map[constants.Websocket]allocationProcessorFactory{
|
|||||||
constants.WEBSOCKET_RENDER_IMAGE: &renderProcessor{}, //渲染工厂
|
constants.WEBSOCKET_RENDER_IMAGE: &renderProcessor{}, //渲染工厂
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// new消息处理器
|
||||||
func (w *wsConnectItem) newAllocationProcessor(msgType constants.Websocket) allocationProcessorFactory {
|
func (w *wsConnectItem) newAllocationProcessor(msgType constants.Websocket) allocationProcessorFactory {
|
||||||
return mapAllocationProcessor[msgType]
|
return mapAllocationProcessor[msgType]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user