socket:send looses data
Posted: Mon Feb 09, 2015 4:44 am
It looks to me like socket:send() looses data if it's called in rapid succession. What are the semantics of this function? Do I have to wait for the "done" callback before calling it again on the same socket? Or on any socket?