25 May
2018
25 May
'18
3:37 p.m.
On Fri, May 25, 2018 at 8:12 AM, Stephan Menzel via Boost-users
Gave my packet a method to de-serialize itself from a streambuf and return the number of missing bytes or 0 if ready.
That sounds better :) I do the same thing here: https://github.com/boostorg/beast/blob/develop/include/boost/beast/websocket... Regards