Kevin Herron
Kevin Herron
Branch `dev/0.2.x` now exists. I'd like to start collecting work for 0.2.0 release there.
I've got this merged into a local copy and am actually looking through the changes in detail in my IDE. I think aside from modifying it to not use that...
Assuming the changes I just made to `MdnsHelper` are what you had in mind originally, the last thing left for me to do is figure out how to give MdnsHelper...
I have a bunch of changes for this sitting on my home computer. I'll try to push them Sunday evening or Monday.
Ugh, pushed the WIP but didn't have my email configured properly on this computer. You'll notice I split a lot of registration code you had written out into a helper...
I'm not convinced it has to be this complicated any more. Someone asked about this by email recently and I had a much shorter response: > It does not seem...
Ah, the original response I wrote assumes you want to take over subscriptions from an entirely different process/JVM, and the newer, simpler one is from the same process.
I doubt you could successfully serialize the `OpcUaSubscriptionManager` and reconstitute it in any meaningful way. I think if you want true redundancy across processes/nodes/machines it's going to require some out...
Yeah, I think I read that entry in the spec when I wrote the original response. Relying on diagnostics for whatever information you can find is sound if the server...
Re: point 7, if you have the `ReadValueId` of the item (via out-of-band means, or however this ends up happening), you can determine if the callback should be an `EventConsumer`...