|
|
@@ -55,25 +55,9 @@ public class CatalogResponseMessageHandler extends SIPRequestProcessorParent imp
|
|
|
@Autowired
|
|
|
private IVideoManagerStorage storager;
|
|
|
|
|
|
- @Autowired
|
|
|
- private DeferredResultHolder deferredResultHolder;
|
|
|
-
|
|
|
@Autowired
|
|
|
private CatalogDataCatch catalogDataCatch;
|
|
|
|
|
|
- @Autowired
|
|
|
- private SipConfig config;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private EventPublisher publisher;
|
|
|
-
|
|
|
- //by brewswang
|
|
|
- @Autowired
|
|
|
- private UserSetting userSetting;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private IRedisCatchStorage redisCatchStorage;
|
|
|
-
|
|
|
@Qualifier("taskExecutor")
|
|
|
@Autowired
|
|
|
private ThreadPoolTaskExecutor taskExecutor;
|
|
|
@@ -153,6 +137,7 @@ public class CatalogResponseMessageHandler extends SIPRequestProcessorParent imp
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+ taskQueueHandlerRun = false;
|
|
|
});
|
|
|
}
|
|
|
|