Left here for archival purposes.

User avatar
By tve
#9307 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?
User avatar
By alonewolfx2
#9309 yes you must to wait done calback
User avatar
By tve
#9312 Ouch, that means the buffer will empty each time, which kills performance (no streaming). Is this being fixed?