How to attach a packet header with msgpack::pack data together to a stream buffer in C++?
6 views
Skip to first unread message
hh h
unread,
Dec 7, 2018, 5:17:33 AM12/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MessagePack Developers
Hi,
I've just switched from protobuf to msgpack C++, which function in the msgpack I can attach a packet header together with msgpack message into boost streambuf for transmitting over boost async_write?