Yongzheng Lai
Yongzheng Lai
example code: ``` package main import ( "fmt" "net" "os" "os/signal" "syscall" "time" "github.com/soheilhy/cmux" "google.golang.org/grpc" ) func main() { lis, err := net.Listen("tcp", ":8080") if err != nil { panic(err)...
### What version of gRPC are you using? Master / v1.24.0 ### What did you do? For grpc-go code: https://github.com/grpc/grpc-go/blob/4ec516e58900fb35115553b525e0fb7eb29fd6e3/internal/transport/http2_server.go#L830-L834 When gRPC server impl code return error and using grpc.SetHeader(ctx,md)...
最新 release 版 youzan/nsq server(v0.3.7-HA.1.9.4.1) + 最新版 youzan/go-nsq client (go-nsq v1.3.6-HA) 正常队列,客户端消费时误配置了EnableOrdered,但是客户端再将参数改回后,消息还是异常的。 ``` package main import ( "fmt" "time" "github.com/youzan/go-nsq" ) func main() { addr := "172.16.0.30:4161" config := nsq.NewConfig()...
unknown process 110 exited on signal 11 (core dumped) ``` exec_pull bash -c "ffmpeg -i rtsp://admin:password@$parg_ip/$parg_uri -vcodec copy -an -f flv rtmp://127.0.0.1/live/$name"; ``` try example like http://127.0.0.1/flv/cam01?ip=192.168.1.5&uri=channel1
``` 10#10: *16 live: already publishing, client: unix:, server: 0.0.0.0:1935, session: 00007F8103473700, stream: default/cctv/test ``` nginx.conf ``` events { use epoll; multi_accept on; worker_connections 65535; multi_listen unix:/tmp/rtmp 1935; multi_listen unix:/tmp/h8080...
For example in `nginx.conf` file ``` rtmp { } http { } ``` This works fine. But using config file ``` http { } rtmp { } ``` It will...
``` /usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link ``` Dockerfile ``` FROM alpine # build and runtime essential ENV LANG=C.UTF-8 # Here we install GNU libc (aka glibc) and set...
Is this the match bug when double start ends? ``` // should this be true? but the result is false fmt.Println(zglob.Match(`/**`, `/abc/def/123`)) ``` and for example, the result are all...
#### Expected behavior should be `ReconsumeLater` #### Actual behavior Panic when call ReconsumeLater With version 0.6.0 https://github.com/apache/pulsar-client-go/blob/fe3b7c4e445b3de42974ca692574229ad9099a45/pulsar/consumer_impl.go?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L481 same panic for 0.7 ``` github.com/apache/pulsar-client-go@v0.7.0-candidate-1.0.20211108044248-fe3b7c4e445b/pulsar/consumer_impl.go:481 +0x6ca ``` #### Steps to reproduce ```...
Fixes #\. Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so. - [x] I have thoroughly tested...