@@ -101,8 +101,7 @@ |
||
| 101 | 101 | foreach ($this->clients as $client) { |
| 102 | 102 | try { |
| 103 | 103 | $client->close($code, $reason); // clients remove themselves |
| 104 | - } |
|
| 105 | - catch (Exception $e) { |
|
| 104 | + } catch (Exception $e) { |
|
| 106 | 105 | continue; |
| 107 | 106 | } |
| 108 | 107 | } |