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

task.py - unify pending_sender, pending_message #120

Closed
pchalasani opened this issue Jun 28, 2023 · 0 comments
Closed

task.py - unify pending_sender, pending_message #120

pchalasani opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pchalasani
Copy link
Contributor

The task.py step() loop uses two variables to track the current message:

  • self.pending_message
  • self.pending_sender, which is the Responder that just sent the self.pending_message

We should find a good way to fold the latter into the former and just have
self.pending_message to keep track of.

@pchalasani pchalasani added the enhancement New feature or request label Jun 28, 2023
@pchalasani pchalasani self-assigned this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant