SERVICE_RESTART

const val SERVICE_RESTART: Int = 1012

1012 indicates that the service is restarted. a client may reconnect, and if it chooses to do, should reconnect using a randomized delay of 5 - 30s.

See hybi Additional WebSocket Close Error Codes