Fix: Export marked as Import

This commit is contained in:
obdev
2024-11-20 12:44:57 +00:00
committed by ob-robot
parent 491f0c3ca8
commit 4db5ec53a2

View File

@ -255,9 +255,9 @@ public:
} }
~ConsumerGroupFuncGuard() ~ConsumerGroupFuncGuard()
{ {
THIS_WORKER.set_func_type_(thread_func_type_);
if (group_changed_) { if (group_changed_) {
SET_GROUP_ID(thread_group_id_); SET_GROUP_ID(thread_group_id_);
THIS_WORKER.set_func_type_(thread_func_type_);
} }
} }
int get_ret() int get_ret()