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
I send message throw users after made them friends but nothing happens .I try to debug and it enters the loop everytime
if (result.length() == 0) {
result = HTTP_REQUEST_FAILED;
} // this line of code is from SocketOperator class
even if the result.length isnt 0 for example is 1 so any help plz
The text was updated successfully, but these errors were encountered:
I send message throw users after made them friends but nothing happens .I try to debug and it enters the loop everytime
if (result.length() == 0) {
result = HTTP_REQUEST_FAILED;
} // this line of code is from SocketOperator class
even if the result.length isnt 0 for example is 1 so any help plz
The text was updated successfully, but these errors were encountered: