Will
Will
For now, I may just use a workaround of using a regex replace for all variables instead of using the `ContextModel` to bind variables. I may try to work on...
@rafaeljustinox Thanks for the suggestion, I'll give it a shot.
Sure, I'd love to. One thing to clarify first - You create a double pointer to the uint8_t data in `message_router_request->data`. My understanding is that as you decode data, you...
Adding this line too as a reminder https://github.com/EIPStackGroup/OpENer/blob/cef2833fcf2ea9fda68f85c4638429956128daf5/source/src/cip/cipassembly.c#L160
No worries, it doesn't look like the functions are even used anyway, they're more just helper functions than anything.
Could we get this merged?
I'd be willing to help review & test this if needed as well to get it merged.
@jitpack-io Is JDK 14 supported yet?
I have a fork that does this if anyone is interested. I'm not really sure if it's pull request material though.
That's one small portion of it. I'm working on a project that required me to fork RulesEngine to add a few features I needed that weren't already baked in. As...