domgolonka

Results 7 comments of domgolonka

$ protoc --version libprotoc 3.12.3 I did these to install it. I had proto and proto- go get -u github.com/golang/protobuf/{proto,protoc-gen-go} go get -u moul.io/protoc-gen-gotemplate

my config: > [main_options] > loglevel=DEBUG > poweroffonexit=false > [app_options] > ast= > vst= > fast=false > genpts=false > lowres=0 > sync=audio > framedrop=-1 > bytes=-1 > infbuf=-1 > vn=false...

I am getting the same error on my M1 with `-tags musl`.

Yup, get the same error.

Agreed, you have to read the source code for Go client.

@linchao0815 I figured it out, the asynq.Client was closing too early.