Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Observed a crash in service discovery #29

Open
kirankumarchoudhary opened this issue Oct 24, 2018 · 0 comments
Open

Observed a crash in service discovery #29

kirankumarchoudhary opened this issue Oct 24, 2018 · 0 comments

Comments

@kirankumarchoudhary
Copy link

Currently i am using version "de.mannodermaus:rxbonjour-1x:1.0.0" in my android app.
I found a crash in the process of service discovery. Please see the log below for detailed analysis

15:07:27.229 [Thread-526] ERROR ExceptionHandler - Unhandled exception
java.util.ConcurrentModificationException: null
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:967) ~[na:0.0]
at java.util.LinkedList$ListItr.next(LinkedList.java:888) ~[na:0.0]
at java.util.AbstractCollection.toString(AbstractCollection.java:457) ~[na:0.0]
at java.lang.String.valueOf(String.java:2683) ~[na:0.0]
at java.lang.StringBuilder.append(StringBuilder.java:129) ~[na:0.0]
at javax.jmdns.impl.JmDNSImpl.toString(JmDNSImpl.java:1959) ~[na:0.0]
at java.lang.String.valueOf(String.java:2683) ~[na:0.0]
at java.lang.StringBuilder.append(StringBuilder.java:129) ~[na:0.0]
at javax.jmdns.impl.JmDNSImpl.close(JmDNSImpl.java:1862) ~[na:0.0]
at rxbonjour.utils.SupportUtils.close(SupportUtils.java:111) ~[na:0.0]
at rxbonjour.utils.SupportUtils.closeIfNecessary(SupportUtils.java:100) ~[na:0.0]
at rxbonjour.discovery.SupportBonjourDiscovery$2.run(SupportBonjourDiscovery.java:162) ~[na:0.0]

We are in process to release the app so could you please revert me on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant