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
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