-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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.