maxMessageLengthExponent constant

int const maxMessageLengthExponent

Default wamp clients can only receive up to 16M of message length (2^24 octets)

Implementation

static const int maxMessageLengthExponent = 24;