Skip to content

dds-protocol: use array of char instead of char* to send strings #106

@AndreyLebedev

Description

@AndreyLebedev

Sending of char* is potentially error prone because of null end character. That is why strings has to be always at the end of the message. Using of array of chars solve this problem. This will help to generalize compression and decompression of strings.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions