websocketpp
websocketpp copied to clipboard
the socket recv message delay
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?
read up on tcp no_delay. may be your problem.