uv_close ((uv_handle_t*) client, NULL); return; } // 클라이언트를 유지하기위한 메모리를 확보 client = (uv_tcp_t*) malloc(sizeof(uv_tcp_t));
確定! 回上一頁