-
### Requirement
**This issue can be tackled after Feb 2025.**
In https://github.com/jaegertracing/jaeger/issues/6026, the query server was migrated to use OTEL's implementation of HTTP and GRPC serv…
-
### What would you like to be added?
etcdserver depends on https://github.com/soheilhy/cmux to receive both gRPC and REST connections on the same TCP listener/port. But the library isn't well maintai…
ahrtr updated
6 months ago
-
Feature request:
Right now once we start cmux.Serve is there a way to clean shut down the cmux listeners and all its internal listeners it starts. So that way during the whole service shut down we ca…
-
## Introduction
We need to make the modem subsystem more flexible to cover the following requirements:
* Being able to create common modules (notice the name "common modules", it will be used late…
-
I tried to test the CMUX support on TTGO SIM7000G board, and saw the following issues:
+ In current code bg96.c file, the CMUX is not activated by default.
```
/* CMUX */
if (bg96_dce->pare…
-
Documenting my findings debugging a production issue:
**tl;dr** is that a client can mess with stopping of a server, because the sniffing mechanism has no notion of draining for connections that ha…
-
I was looking through the fork graph and found a few commits that might be of interest that should perhaps be merged in.
- Sniff Timeouts: https://github.com/kathentgist/cmux/commit/2c4d82ed387abf3…
-
cockroachdb/cmux is a strange mix of dubious changes and fixes
Would you mind looking at it and merging back what's worthwhile? I'd love to forget cockroachdb/cmux ever existed
-
Looks like this discussion is still happening: `https://github.com/grpc/grpc-common/issues/284`
(Tick marks to avoid linking the issue)
https://github.com/soheilhy/cmux is a reasonable workaround th…
-
### Is your feature request related to a problem?
I'm using ESP-modem to connect to SIMCOM SIM7070G. While on paper it looks as a well-rounded module, a few issues prevent me from using it the way I …