I had to me the following change in WebSocketClient: ``` public void close() { if( thread != null ) { if (conn != null) // <-- conn.close( CloseFrame.NORMAL ); ```
I had to me the following change in WebSocketClient: