G
Guest
I use "read" method to read some blocks into a buffer from a filestream, and send data in the buffer to remote server with "send" method of cocket class. For certain computers, I have to add "sleep" commands after read, otherwise no data is sent to remote server
Who can help me how to check if the data are filled into the buffer fully after read?
Who can help me how to check if the data are filled into the buffer fully after read?