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

Copy message on respond #29

Closed
jacobtomlinson opened this issue Aug 12, 2016 · 0 comments
Closed

Copy message on respond #29

jacobtomlinson opened this issue Aug 12, 2016 · 0 comments
Labels

Comments

@jacobtomlinson
Copy link
Member

When a message responds it updates it's text value and passes itself to the connector. Due to pointers in Python the next rule to parse the message goes on to parse the response text.

The message respond method should create a shallow copy of itself to pass to the connector, instead of updating itself directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant