WebSocketStatusCode.TRY_AGAIN_LATER

1013 indicates that the service is experiencing overload. a client should only connect to a different IP (when there are multiple for the target) or reconnect to the same IP upon user action. <p> See <a href="https://www.ietf.org/mail-archive/web/hybi/current/msg09649.html">hybi Additional WebSocket Close Error Codes</a>

struct WebSocketStatusCode
enum int TRY_AGAIN_LATER;

Meta