c.send(hdl, p->Data(), p->Size(), websocketpp::frame::opcode::binary);
-------------
the above works perfectly fine for data that is < 2^16. But if data is greater than that, run() method/loop stops. Our understanding is that the payload size limit is "jumbo" as per:
static uint64_t const payload_size_jumbo = 0x7FFFFFFFFFFFFFFFLL;//2^63
Many thanks for any insights.
Best,
THP
--
You received this message because you are subscribed to the Google Groups "WebSocket++" group.
To unsubscribe from this group and stop receiving emails from it, send an email to websocketpp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.