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
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: