(Client client, Object error)
| 1771 | } |
| 1772 | |
| 1773 | public void onError(Client client, Object error) { |
| 1774 | this.cleanupWsClient(client, error); |
| 1775 | } |
| 1776 | |
| 1777 | @SuppressWarnings("unchecked") |
| 1778 | private void cleanupWsClient(Client client, Object error) { |