648540858 пре 3 година
родитељ
комит
d73630c49f

+ 1 - 1
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookSubscribe.java

@@ -91,7 +91,7 @@ public class ZLMHttpHookSubscribe {
                 }
             }
             if (null != result && result){
-                iterator.remove();
+                eventMap.remove(key);
             }
         }
     }