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 78c06af commit 88724b4Copy full SHA for 88724b4
src/libponyrt/actor/actor.c
@@ -308,6 +308,7 @@ static void send_block(pony_ctx_t* ctx, pony_actor_t* actor)
308
pony_triggergc(ctx);
309
try_gc(ctx, actor);
310
311
+
312
// We're blocked, send block message.
313
set_internal_flag(actor, FLAG_BLOCKED_SENT);
314
set_internal_flag(actor, FLAG_CD_CONTACTED);
0 commit comments