WebSocketStatusCode.NORMAL

1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled. <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 NORMAL;

Meta