ash

Results 2 comments of ash

``` if (pc_client_state(client) == PC_ST_CONNECTED) { pc_client_disconnect(client); } pc_client_cleanup(client); ``` is this work?