-
Notifications
You must be signed in to change notification settings - Fork 58
Signal Entity #206
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
Signal Entity #206
Conversation
|
||
# TODO: json.loads inside parse_history_event is not recursvie | ||
# investigate if response.result is used elsewhere, | ||
# which probably requires another deserialization | ||
result = json.loads(response.result) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make a ticket to follow-up on this one.
if event_sent: | ||
return | ||
|
||
context.actions.append([new_action]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since signal_entity
is weird in that it does not wait for a response, I think this portion would benefit from just a few comments explaining what's going on and why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me! Nothing blocking here.
This PR is automatically blocked because the |
This PR enables Signal Entity for Durable Python which builds on top of #184.
On a high level, this pr: