jaredfolkins / badactor

BadActor.org An in-memory application driven jailer written in Go

Home Page:https://badactor.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action.WhenJailed: Get actor name

f9a opened this issue · comments

Hello Jared,

very nice library, thanks for your effort!

I would like to use Action.WhenJailed to report violations via email. For this I would need the name of the blocked actor. Is there a way to read this from *Actor? It would be very convenient.

Thank you very much and best regards!

Solved with this commit.

1d1f410