You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
at java.util.LinkedList$ListItr.next(LinkedList.java:888)
at net.posick.mDNS.Lookup.lookupRecords(Lookup.java:271)
at net.posick.mDNS.Lookup.lookupServices(Lookup.java:325)
at net.posick.mDNS.MulticastDNSService$Register.register(MulticastDNSService.java:364)
at net.posick.mDNS.MulticastDNSService.register(MulticastDNSService.java:867)
The text was updated successfully, but these errors were encountered:
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
at java.util.LinkedList$ListItr.next(LinkedList.java:888)
at net.posick.mDNS.Lookup.lookupRecords(Lookup.java:271)
at net.posick.mDNS.Lookup.lookupServices(Lookup.java:325)
at net.posick.mDNS.MulticastDNSService$Register.register(MulticastDNSService.java:364)
at net.posick.mDNS.MulticastDNSService.register(MulticastDNSService.java:867)
The text was updated successfully, but these errors were encountered: