Ross Delinger

Results 11 comments of Ross Delinger

That makes sense to me, I don't think I've got time to help implement, but happy to test it out when it lands!

ctrl-c-ing it kills it just fine so I don't think this is related to threading problems

also possibly related is the error on exit caused by a thread being killed prematurely during the unit tests

A travis-ci run should also run the benchmark utility to get some performance numbers

Tests now cover threading, server-connecting, and ping/pong

Avahi service is written, needs to be integrated into QuiltServer / QuiltProtocol

Hi, no problem, I'll add install instructions soon. For now you can use go's built in install tools. ``` go install github.com/rossdylan/sslcheck ```

Apologies for resurrecting this, but is this worth working on, or would starting over be better (given the age of the PR)

@lschlacher any chance you've found a solution for this? I've run into the same problem.

I found a pretty hacky work around which is to depend on the bazel module from github.com/lestrrat-go/jwx instead of the go module. It required some extra patches due to problems...