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

Add support for true multipart in pub/sub messages #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

t-b
Copy link
Collaborator

@t-b t-b commented Jan 13, 2025

The PUB/SUB sockets always used multipart messages. One message for the filter the other one for the message. But now we want to pass more message parts.

The idea is that the 1D wave reference wave holds one wave for each message part. The wave contents are then used as message, text wave must be single point only. For receiving we will initially create unsigned 8bit integer waves for the contents (!?) or we could take a hint from the wave types of empty waves in the wave reference wave.

  • Implement
  • Add tests
  • Adapt documentation in help and Readme.rst

Use case: AllenInstitute/MIES#2230 (comment)

@t-b t-b changed the title Add support for true multipart for pub/sub messages Add support for true multipart in pub/sub messages Jan 13, 2025
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