Showing
1 changed file
with
1 additions
and
0 deletions
@@ -33,6 +33,7 @@ public class RfidConnMonitor { | @@ -33,6 +33,7 @@ public class RfidConnMonitor { | ||
33 | Map<String, JWReader> rfidJWReaderValidMap = SocketConstant.rfidJWReaderValidMap; | 33 | Map<String, JWReader> rfidJWReaderValidMap = SocketConstant.rfidJWReaderValidMap; |
34 | for(Map.Entry<String, JWReader> entry : rfidJWReaderValidMap.entrySet()){ | 34 | for(Map.Entry<String, JWReader> entry : rfidJWReaderValidMap.entrySet()){ |
35 | if(!entry.getValue().IsConnected){ | 35 | if(!entry.getValue().IsConnected){ |
36 | + SocketConstant.allTags.remove(entry.getKey()); | ||
36 | entry.getValue().RFID_Stop_Inventory(); | 37 | entry.getValue().RFID_Stop_Inventory(); |
37 | entry.getValue().RFID_Close(); | 38 | entry.getValue().RFID_Close(); |
38 | RfidClient rfidClient = SocketConstant.rfidClientAllMap.get(entry.getKey()); | 39 | RfidClient rfidClient = SocketConstant.rfidClientAllMap.get(entry.getKey()); |
-
Please register or login to post a comment