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
After switching some fragments, the logcat prints the following error:
~ * ~ * ~ Channel {0} was not shutdown properly!!! ~ * ~ * ~ *
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
The text was updated successfully, but these errors were encountered:
After switching some fragments, the logcat prints the following error:
* ~ * ~ * ~ Channel {0} was not shutdown properly!!! ~ * ~ * ~ *
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
We are not maintaining the Channel's lifecycle according to the lifecycle of Fragment/Activity that's why its throwing these errors in logcat !
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After switching some fragments, the logcat prints the following error:
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
The text was updated successfully, but these errors were encountered: