simona icon indicating copy to clipboard operation
simona copied to clipboard

GridAgent should handle termination of ParticipantAgent

Open sebastian-peter opened this issue 1 year ago • 0 comments

The GridAgent creates all ParticipantAgents that are connect to the corresponding subgrid. Once created, the GA also watches the corresponding actors, meaning that it receives a Terminated message. This message is currently not handled, meaning GridAgent fails in an unexpected way.

With akka/pekko typed, the syntax will change a little bit, but the principle stands (receiveSignal).

sebastian-peter avatar Nov 21 '23 15:11 sebastian-peter