Invalid operation: disconnect is not availble at that moment.

fix-message-formatting
Danny van Heumen 12 years ago
parent f51718d0a5
commit cd55394686

@ -151,7 +151,6 @@ public void onFailure(Exception e)
e.printStackTrace();
exceptionContainer[0] = e;
IrcStack.this.connectionState = null;
IrcStack.this.disconnect();
IrcStack.this.irc.notifyAll();
}
}

Loading…
Cancel
Save