Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d73630c49fd75e8cf564294fd25a4f5c52bc255b
Authored by
648540858
2022-03-02 15:04:24 +0800
1 parent
128ccc7f
修复bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookSubscribe.java
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookSubscribe.java
View file @
d73630c
...
...
@@ -91,7 +91,7 @@ public class ZLMHttpHookSubscribe {
91
91
}
92
92
}
93
93
if (null != result && result){
94
-
iterator.remove(
);
94
+
eventMap.remove(key
);
95
95
}
96
96
}
97
97
}
...
...