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

feat(core,example): better support for sending synchronous messages #312

Merged
merged 16 commits into from
Apr 15, 2024

Conversation

jrriehl
Copy link
Contributor

@jrriehl jrriehl commented Apr 12, 2024

Currently it is not easy to send a signed synchronous message. Unsigned sync messages can be sent via the query function in query.py, but signed sync messages require a lot of extra work.

This PR allows sending messages synchronously with Context.send(..., sync=True) and a standalone function send_sync_message with a demonstration in the examples.

@jrriehl jrriehl changed the title feat: better support for sending synchronous messages feat(core,example): better support for sending synchronous messages Apr 12, 2024
Copy link
Member

@Archento Archento left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good from my side. Nice work!

@jrriehl jrriehl merged commit 318727f into main Apr 15, 2024
10 checks passed
@jrriehl jrriehl deleted the feature/sync-send branch April 15, 2024 13:04
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.

4 participants