Frank Schröder

Results 241 comments of Frank Schröder

@DennisPersson I've rebased the branch, fixed go vet issues and added the missing dependencies. I need to get up to speed again on the state.

@DennisPersson I think it would help if you test the branch and let me know what works and what doesn't. The more specific the better.

Is this using TLS 1.2?

You can try the handshake with `openssl s_client -connect geodb.myserver.nl:5432` and see whether that works. If you are on a Mac you might need to install a newer version with...

Can you try v0.2.3, please?

also, which go version do you use?

I think we can cache the namespace urls during connect and only refresh if we find something which we don't know about. This was going to bite us at some...

Generally, we want to be correct and provide a stable client library. So yes. However, I leave that up to @kung-foo at this point since I'm a bit swamped and...

No, we don't have an example for filters. Try registering the `DataChangeFilter` in `ua/extension_object.go`. Right now we're not registering all default ones. @kung-foo #277