fix the issue that sql nio will core in observer stop process

This commit is contained in:
496148326@qq.com
2023-05-19 03:22:19 +00:00
committed by ob-robot
parent 7b198323e5
commit ba8b4b7203

View File

@ -750,7 +750,6 @@ public:
} }
while(head->next_ != head) { while(head->next_ != head) {
handle_write_req_queue(); handle_write_req_queue();
handle_close_req_queue();
handle_pending_destroy_list(); handle_pending_destroy_list();
} }
} }