Added TODO for another join failure case.

fix-message-formatting
Danny van Heumen 12 years ago
parent 7c62ef1537
commit 0df1c45e96

@ -460,7 +460,8 @@ public void onFailure(Exception e)
});
// Wait until async channel join operation has finished.
joinSignal.wait();
// TODO How to handle 471: Channel is full (reached set user limit)?
// TODO How to handle 471 (+l): Channel is full (reached set user limit)?
// TODO How to handle 480 (+j): Channel throttle exceeded?
if (isJoined(chatroom))
{
// In case waiting ends with successful join

Loading…
Cancel
Save