WebSocketStatusCode.MESSAGE_TOO_LARGE

1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process. <p> See <a href="https://tools.ietf.org/html/rfc6455#section-7.4.1">RFC 6455, Section 7.4.1 Defined Status Codes</a>.

struct WebSocketStatusCode
enum int MESSAGE_TOO_LARGE;

Meta