websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

the socket recv message delay

Open flyerSon opened this issue 4 years ago • 1 comments

socket recv message delay ,especially when the message send frequently,the delay is later ,and if the delay happend,even if the message send normal,the recv delay is exist,why?and the api get_buffered_amount() all ways more then 15,why?

flyerSon avatar Nov 27 '20 02:11 flyerSon

read up on tcp no_delay. may be your problem.

BudDavis avatar Jan 05 '22 23:01 BudDavis