We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b5dfd commit 6946167Copy full SHA for 6946167
src/libponyrt/actor/actor.c
@@ -239,6 +239,7 @@ static void send_block(pony_ctx_t* ctx, pony_actor_t* actor)
239
pony_triggergc(ctx);
240
try_gc(ctx, actor);
241
242
+
243
// We're blocked, send block message.
244
set_internal_flag(actor, FLAG_BLOCKED_SENT);
245
set_internal_flag(actor, FLAG_CD_CONTACTED);
0 commit comments