Frank Schröder

Results 25 issues of Frank Schröder

In 0.2 we have auto-reconnection enabled by default which means that we should add some functions to determine the current connection status (e.g. `IsConnected`) and callbacks when we lose or...

enhancement

The client should check the negotiated `MaxMessageSize` and report an error to the caller when the request is too large. Right now the server responds with an `EOF` which isn't...

I've rebased @dwhutchison's `feature/server` branch and want to give it some love. Right now it compiles and I think I've integrated it with the latest changes. There are some obvious...

Follow-up from #285. `ParseNodeID` doesn't cover some edge cases: * whitespace

In #170 @maurocordioli referenced a test case from the OPC/UA compliance test suite. I think it would be useful to have a framework for writing tests for this suite. Since...

question

when the remote server certificate is missing from the options the client prints a not so helpful error message: See https://github.com/gopcua/opcua/issues/214#issuecomment-499121299 for details.

enhancement

SecurityPolicy Basic256Sha256 requires a client certificate with a SHA256 signature. A lot of openssl generated certificates have a SHA1 signature. The client should warn that the certificate does not match...

enhancement

We have several Balena OS devices with default configuration going onto a customer network which blocks DNS to `8.8.8.8` and the IT department cannot change that rule. This is the...

I'm a Go developer and new to Android and I'm trying to find out whether I can use android-go to build an Android Things app. I am trying to build...

This patch updates the `Makefile` to build a `linux/amd64` and `linux/arm64` image and tag the `linux/amd64` image with the current name. The `.circleci` build script has been updated to create...