hessonsu
hessonsu
runing in linux How to open A HID by non-exclusive
目前的读取数据。似乎无解决粘包问题! 改进建议: 24是我这边协议的包头长度。 ```go func (c *Connection) StartReader() { dataPacker := NewDataPack() scanner := bufio.NewScanner(c.Conn) buf := make([]byte, 24) scanner.Buffer(buf, bufio.MaxScanTokenSize) scanner.Split(c.splitPack) for scanner.Scan() { c.Conn.SetReadDeadline(time.Now().Add(utils.GlobalObject.KeepAlive)) msg, err := dataPacker.Unpack(scanner.Bytes())...
我使用go作为grpc的服务端,http2的无证书模式。 并正确的配置了emqx,exhook.server.default.url. 运行emqx 并加载了插件emqx-exhook 使用MQTTX客户端脸上EMQX. 没有收到调用。 同时,在/var/log/emqx/emqx.log.1 看不到任何的成功或者失败的日志。 我使用go的编写了grpc 的客户端。能正确的调用到接口。说明了我grpc服务端并没有问题。
[issues 337](https://github.com/bluenviron/gortsplib/issues/377)
camera pull RTP package length 1468.  However, the length of the coturn server push to the mobile terminal is relatively short  The phone only has sound, but the...
logger print ``` turn DEBUG: 10:08:52.736915 server.go:216: Exit read loop on error: tls: first record does not look like a TLS handshake ``` turn_server_cert.pem: ``` -----BEGIN CERTIFICATE----- MIIDrDCCApSgAwIBAgIUTJvsldEhSR1dZacaYUZn3UIYZUcwDQYJKoZIhvcNAQEL BQAwWjELMAkGA1UEBhMCSFUxEDAOBgNVBAgMB0h1bmdhcnkxDzANBgNVBAoMBmNv VFVSTjELMAkGA1UEAwwCQ0ExGzAZBgkqhkiG9w0BCQEWDG1pc2lAbWFqZC5ldTAe...