You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Arkatufus looks legit - please proceed with writing the rules and fixes
Arkatufus
changed the title
AK1000 Must close over Sender and Self when using ReceiveAsync and ReceiveAnyAsync
AK1000 Must close over Sender and Self when accessed inside a lambda argument body
Apr 1, 2024
Sender
,Self
,Context.Sender
andContext.Self
must be closed when accessed inside a lambda expression argument body, because it can go out of context.The text was updated successfully, but these errors were encountered: