Merge pull request 'Run 모드 종료 시 데이터가 바로 끊기지 않는 문제' (#150) from pgd/20250610_1 into main
Reviewed-on: http://220.90.135.190:3000/UVCXR/Studio/pulls/150
This commit was merged in pull request #150.
This commit is contained in:
@@ -316,6 +316,11 @@ namespace Studio
|
||||
|
||||
private void DispatchMachineEvent(string type, string id, Dictionary<string, string> entity)
|
||||
{
|
||||
if (ManagerHub.instance.Get<RunManager>().curState == RunManager.EState.Stop)
|
||||
{
|
||||
Debug.Log("Stop");
|
||||
return;
|
||||
}
|
||||
if (!listenerIdMap.ContainsKey(type))
|
||||
{
|
||||
Debug.Log($"Key Value is missing!!!! -Key:{type}-");
|
||||
|
||||
Reference in New Issue
Block a user