-
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…
-
Background: Services on Cloud Run can only expose 1 port. If you want to expose a combination of gRPC and a regular REST API, you have to multiplex them. (e.g. using cmux)
In a standard setup, Clo…
remko updated
2 years ago
-
Hello:
I try to use **cmux** in my atmel board ( linux 4.4.4) , cross compile cmux and run successful.
It created 4 virtual tty for me. /dev/ttyGSM1 ~ /dev/ttyGSM4.
When i write data to /dev/ttyGSM…
-
kv/kvserver.TestReplicateQueueMetrics [failed](https://tanzanite.cluster.engflow.com/invocations/default/10a83506-7b7a-4ec9-91b3-46d58825d77e?testReportRun=2&testReportShard=18&testReportAttempt=1#tar…
-
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.L…
-
when module reset , the UART will not quit and the ttyGSM is residue , so can not rebuild the new ttyGSM.
please help me and tell me how to quit cmux, thank you
-
### Answers checklist.
- [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
- [X] I have updated…
fdkz updated
2 months ago
-
Hi, cmux has been working great for us. Recently we added a PATCH endpoint to our application and were surprised the `HTTP1Fast` matcher doesn't automatically match on PATCH.
Is there a particular re…
-
Upstream discussion: soheilhy/cmux#64, grpc/grpc-go#2406
If you read through the cmux comments you'll see mention of a java workaround (https://github.com/soheilhy/cmux/issues/64#issuecomment-4619822…
-
Is it possible to Match based on URL? Like:
```go
cmux.MatchURL("/example")
```