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
Great library, easy to use and mostly stable.
I ran into a problem on a certain device when trying to establish a connection. It only affects a specific device so far (Samsung S8).
The app does not crash, but it won't connect to the socket server, it gives the following error:
E/System: Uncaught exception thrown by finalizer
E/System: java.lang.NullPointerException: Null reference used for synchronization (monitor-enter)
at com.android.org.conscrypt.ConscryptFileDescriptorSocket.finalize(ConscryptFileDescriptorSocket.java:1091)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:250)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:237)
at java.lang.Daemons$Daemon.run(Daemons.java:103)
at java.lang.Thread.run(Thread.java:764)
Any idea what this might be and what might cause it?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Great library, easy to use and mostly stable.
I ran into a problem on a certain device when trying to establish a connection. It only affects a specific device so far (Samsung S8).
The app does not crash, but it won't connect to the socket server, it gives the following error:
E/System: Uncaught exception thrown by finalizer
E/System: java.lang.NullPointerException: Null reference used for synchronization (monitor-enter)
at com.android.org.conscrypt.ConscryptFileDescriptorSocket.finalize(ConscryptFileDescriptorSocket.java:1091)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:250)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:237)
at java.lang.Daemons$Daemon.run(Daemons.java:103)
at java.lang.Thread.run(Thread.java:764)
Any idea what this might be and what might cause it?
Thank you.
The text was updated successfully, but these errors were encountered: