Don't continue with notifyConnected() if the storage is closed.
There's a race between closing the storage and shutting down the ConnectThread. If we return here, the ConnectThread does no harm.
Showing
Please register or sign in to comment