Closed ferm10n closed 5 years ago
I've just fixed a condition where, when node is under pressure, it would buffer the incoming messages in a single chunk and the content of _raw
would therefore span multiple telegrams instead of the current one.
Thank you, you contribution is very much appreciated.
Oh nice, how did you catch that? And thanks, I'm glad to help out. This package has been a godsend, honestly!
Just by checking the code. I've had this kind of problem before, and it popped out of screen for me :)
Glad it's being helpful. What are you currently working with/on? Drop me a message or an e-mail, maybe we can have a talk and share some experiences ;)
Sounds good! just sent you an email
This adds the ability for OpParser to be used without the LinkLayer. My team found this useful for debugging purposes, and being able to pipe messages that are already serialized through it. The main goal for this was to get raw data logged for every MID exchanged between node and the tool.
_transform
are given a_raw
propertyExample usage:
(some white spaces were trimmer too)