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
you need to change
buffer from //buffer.readByteString().toString(); cause the size of body is 130 only not get all body content
to
String out = buffer.readUtf8();
on class GsonRequestBodyConverter
The text was updated successfully, but these errors were encountered:
you need to change
buffer from //buffer.readByteString().toString(); cause the size of body is 130 only not get all body content
to
String out = buffer.readUtf8();
on class GsonRequestBodyConverter
The text was updated successfully, but these errors were encountered: