Closed wl-freedom closed 3 years ago
Can you tell us more about this change? I like to know more.
if i want wirte 90 bytes data, Only 70 bytes of data are successfully written in the first cycle,the remaining 20 bytes cannot be written, $sent
is not reassigned。I am not sure whether I understand it correctly.
$send
is reassigned but it contains value 70. Which means the while condition is wrong and you are right :vulcan_salute:
Bolt\connection\Socket write method