locka99

Results 54 comments of locka99
trafficstars

Hi sorry for not getting back but can you change the arg to --opcua-crate? Otherwise seems fine.

Can you try the thing again with RUST_BACKTRACE set to 1 to see exactly where in the stack you were getting the error? Setting RUST_OPCUA_LOG to debug can also yield...

You'll have to describe a little more what server you are trying to connect to and the endpoint - url, security policy, security mode, token. e.g. if there is crypto...

Check the changes I've made recently to clean up the code. Is it necessary for a codegen_info struct with that in mind?

At present decoding uses the MAX_STRING_LENGTH constant in opcua-types/src/lib.rs that you can change if you fork the source and modify it. This is set in a DecodingOptions which is passed...

Mostly it's because I can't tell you a type of an array if there is nothing in it to infer a type. I'm open to fixes that comply with the...

I'll leave this open until I have a chance to look but generally endpoints, ports and security profiles are the main source of connectivity issues

At the moment there are constants defined in the server\src\lib.rs here: /// The polling interval in millis on subscriptions and monitored items. The more /// fine-grained this is, the more...

Yes I think the sanitize should use the configured values. Let me check how complex it is to change that and if its easy I'll do so.

I've checked in changes to ensure the sanitize functions use the config settings