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
Use e.g. IllegalStateException instead of AssertionError in BlockingCell and other part of the code (when appropriate). The Error family is too dramatic for this class and client code that tries to handle exceptions from BlockingCell could end up dealing with cases it cannot recover from anyway.