We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8363591 commit 36ace42Copy full SHA for 36ace42
1 file changed
tdactor/td/actor/impl/Scheduler.h
@@ -185,7 +185,6 @@ void Scheduler::send_impl(const ActorId<> &actor_id, const RunFuncT &run_func, c
185
return;
186
}
187
188
- CHECK(actor_info != nullptr);
189
int32 actor_sched_id;
190
bool is_migrating;
191
std::tie(actor_sched_id, is_migrating) = actor_info->migrate_dest_flag_atomic();
0 commit comments