Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pausing an actor #325

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

ctrlpz
Copy link
Contributor

@ctrlpz ctrlpz commented Oct 18, 2019

  • add static map in in Tracing actors to keep all the actors created in the system. One actor is added to the map every time an actor is created by the createActorFromValue primitive.
  • add a new incomming message for the request of pausing an actor (PauseActorRequest)
  • add a method in the WebDebugger that get the actor by its id accessing the map created in TracingActor class
  • make public the log method of the FrontendConnector to notify by console the actor will pause before processing the next message

- add static map in in Tracing actors to keep all the actors created in the system. One actor is added to the map every time an actor is created by the createActorFromValue primitive.
- add a new incomming message for the request of pausing an actor (PauseActorRequest)
- add a method in the WebDebugger that get the actor by its id accessing the map created in TracingActor class
- make public the log method of the FrontendConnector to notify by console the actor will pause before processing the next message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant