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