Nguyen Thanh Tung

Results 1 issues of Nguyen Thanh Tung

I am using function read_all() but process is blocking. I find this happen here: int read_bytes = read(fd, buf + rbytes, read_upto - rbytes); Solution: ```int read_bytes = 0; fd_set...