DataChunker([syncmessage]) -> new DataChunker component.
Delineates messages by prefixing them with a 'sync' sequence, allowing a receiver to synchronise to the chunks in the stream. Any occurrences of the sequence within the message itself are escaped to prevent misinterpretation.
Keyword arguments: - syncmessage - string to use as 'sync' sequence (default="XXXXXXXXXXXXXXXXXXXXXXXX")
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |