Jared Beach
Jared Beach
It's on the table to implement an OPC UA .NET Core version of H.Opc. But it is not complete yet. Honestly, it is just not tested, but it is sitting...
Hi Syphontwo, Thanks for the contribution! I understand why you would think that. However, the error is actually caused by a tool we use that enforces certain style guidelines. Please...
Sounds like you found a bug. Feel free to make a pull request with this change and I'll review it.
I ended up implementing a heartbeat that checks status, but this might still be an issue
Found there is a `ServerConnectionLost` event handler which fires when the connection fails in UA client. It utilizes a `KeepAlive` event in OpcFoundation's Session class. However, the functionality does not...
Hm. It seems that is the MaxBufferSize set in [the UaClient class](https://github.com/hylasoft-usa/h-opc/blob/d9575ff1ced4b2026b2b8901a147359f4ce5d8d0/h-opc/Ua/UaClient.cs). We should probably make a way to override that to be larger.
I will look into that
~~It might be incompatible with the version of .NET that we're currently targeting. Oh wait duh~~ It might be something that I create a separate project for
Considering that my unit test only tests to see if we can get back a short, this seems entirely possible. I'll put this on my todo list to test.
Ended up here trying to figure out why removeSchema, followed by addSchema wasn't working for me. My schema object has a different "id" than the "key" I use for it....