Fix: Export marked as Import
This commit is contained in:
2
deps/oblib/src/lib/worker.h
vendored
2
deps/oblib/src/lib/worker.h
vendored
@ -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()
|
||||||
|
Reference in New Issue
Block a user