Open perqin opened 7 years ago
I would like to wrap sendXXX with a callback indicating whether that frame is sent successfully, but I don't know how to do this properly. Comparing the reference of the frame in the callback and that I sent may fail, as the frame may be split.
sendXXX
I have the same problem,A write on a Socket is blocked,but the timeout of tcp is a long time
I would like to wrap
sendXXX
with a callback indicating whether that frame is sent successfully, but I don't know how to do this properly. Comparing the reference of the frame in the callback and that I sent may fail, as the frame may be split.