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

Sending images over operators, zmq multipart messages, change message types #24

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

swelborn
Copy link
Member

  • in base messenger, use BytesMessage rather than BaseMessage. We can later use a more generic message
  • For now, operate still uses BytesMessage inputs/ouputs, where OREMDA used dicts. Not sure about this
  • ZMQ messenger now uses multipart messages to send/recv. BytesMessage is split up on send, and put together on receive.
  • Various fixes to examples, adding receive images

- in base messenger, use BytesMessage rather than BaseMessage. We can later use a more generic message
- For now, operate still uses BytesMessage inputs/ouputs, where OREMDA used dicts. Not sure about this
- ZMQ messenger now uses multipart messages to send/recv. BytesMessage is split up on send, and put together on receive.
- Various fixes to examples, adding receive images
if upstream messenger is not available, we can time out here.

this was causing problems with stopping the operator with interrupt (stuck in setup_outputs/inputs)
@swelborn swelborn merged commit 40a71ab into main Aug 27, 2024
2 checks passed
@swelborn swelborn deleted the test-operators branch August 27, 2024 18:58
swelborn added a commit that referenced this pull request Nov 8, 2024
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