Commit d73630c49fd75e8cf564294fd25a4f5c52bc255b

Authored by 648540858
1 parent 128ccc7f

修复bug

src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookSubscribe.java
@@ -91,7 +91,7 @@ public class ZLMHttpHookSubscribe { @@ -91,7 +91,7 @@ public class ZLMHttpHookSubscribe {
91 } 91 }
92 } 92 }
93 if (null != result && result){ 93 if (null != result && result){
94 - iterator.remove(); 94 + eventMap.remove(key);
95 } 95 }
96 } 96 }
97 } 97 }