Run 모드 종료 시 데이터가 바로 끊기지 않는 문제
This commit is contained in:
@@ -316,6 +316,11 @@ namespace Studio
|
|||||||
|
|
||||||
private void DispatchMachineEvent(string type, string id, Dictionary<string, string> entity)
|
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))
|
if (!listenerIdMap.ContainsKey(type))
|
||||||
{
|
{
|
||||||
Debug.Log($"Key Value is missing!!!! -Key:{type}-");
|
Debug.Log($"Key Value is missing!!!! -Key:{type}-");
|
||||||
|
|||||||
Reference in New Issue
Block a user