private static void silentClose(WebSocket ws) {
   try {
     ws.close();
   } catch (IOException e) {;
   }
 }