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
Case: When you try to shutdown(), executor also called shutdown(), but request in the same moment can be submitted to terminated networkExecutor, thats why, under the hood caused RejectedExecutionException and omit this exception without any handling.
java.lang.NullPointerException
Attempt to invoke interface method 'java.util.Set java.util.Map.entrySet()' on a null object reference
com.segment.analytics.Analytics.void performRun(com.segment.analytics.IntegrationOperation)(Analytics.java:1636)
You should judge entrySet if null,even thought much time is not.Maybe the OS recycle it?
The text was updated successfully, but these errors were encountered: