Thomas Bracht Laumann Jespersen
Thomas Bracht Laumann Jespersen
As another bit of info, the full log I have has lots of instances of "decoded less than expected". They can roughly be divided into two categories: - Expecting 1000...
I went looking for how to disable the DiagnosticInfo, and is it correct that it's set in the request header, like this? https://github.com/locka99/opcua/blob/974174152407a73f32d49286723bed36e14f4b7b/lib/src/client/session/session_state.rs#L267-L277 If so, I would assume the default...
> Ok diagnostics are turned off already but Kepware... they are know not to care about specs. Yeah, dealing with Kepware is a bit of a bummer... But I can't...
> Just FYI regarding the length... I encountered at least one server that crashed because we send `-1`. I assume they maybe used a `uint` or something like that which...
I may have a theory that I'll just put out here, then try to go figure out how I could implement/test it. The observations are/have been: - An array of...
Just to check back in on this - I haven't had much time to work on it, but my current working theory is that there's something going on in chunker.rs...
I wanted to follow up on this: We currently use the server functionality and construct an address that is continually updated in its own thread. What we've discovered is that...
I'm aware that the problem is not really well described here. We're working on trying to construct a reproducing example that we can share, but we wanted to open the...
> Thanks for the detailed issue @laumann! No problem :smile: > Seems like this is a problem with the request data being a `list` instead of `dict` and the you...
Some considerations: - I can't exactly say that [ldconfig(8)](https://www.man7.org/linux/man-pages/man8/ldconfig.8.html) spells it out, the example is pretty unclear to me - but it fixes the "steps to reproduce" with (1) install...