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'm using socket PCL for receive .3gp data (in byte array) using TCP socket client (server is an native android app). Client already received data by using
int bytesRec = client.ReadStream.Read(buffer, 0, buffer.Length);
After read end of stream (byteRec = 0), Read function still run continuously, so I cannot received new package.
What should I do now.
Thank you !
The text was updated successfully, but these errors were encountered:
I'm using socket PCL for receive .3gp data (in byte array) using TCP socket client (server is an native android app). Client already received data by using
int bytesRec = client.ReadStream.Read(buffer, 0, buffer.Length);
After read end of stream (byteRec = 0), Read function still run continuously, so I cannot received new package.
What should I do now.
Thank you !
The text was updated successfully, but these errors were encountered: