Closed firepear closed 8 years ago
connReadRaw has a much simpler reading loop because the loop is infinite and broken only by the value of n. See if connRead's can be simplified as well.
No. connRead is robust and safer than connReadRaw, especially in high volume environments. It shouldn't be changed.
connReadRaw has a much simpler reading loop because the loop is infinite and broken only by the value of n. See if connRead's can be simplified as well.