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

handle incoming message with multiple data sections #45

Closed
grs opened this issue Mar 6, 2018 · 0 comments
Closed

handle incoming message with multiple data sections #45

grs opened this issue Mar 6, 2018 · 0 comments

Comments

@grs
Copy link
Member

grs commented Mar 6, 2018

No description provided.

grs added a commit that referenced this issue Mar 7, 2018
For sending a message use the message.data_sections() (note plural)
message.sequence_sections() alternatives to data_section()/sequence_section()
and pass in an array of values for these sections.

When a message is received with multiple data- or sequence- sections for the
body, the body will be an object with 'multiple' set to true, 'typecode' set
to the numeric typecode of the section and 'content' set to an array containing
the contents of the sections.

This fixes isseu #45
@grs grs closed this as completed Mar 7, 2018
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

No branches or pull requests

1 participant