Skip to content

Commit

Permalink
fix HandlePoisonPill
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Deb Natkh committed Mar 22, 2024
1 parent d05ffba commit f6e4f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class TWriteDataActor final: public TActorBootstrapped<TWriteDataActor>
const TActorContext& ctx)
{
Y_UNUSED(ev);
Die(ctx);
HandleError(ctx, MakeError(E_REJECTED, "request cancelled"));
}
};

Expand Down

0 comments on commit f6e4f97

Please sign in to comment.