viaduct icon indicating copy to clipboard operation
viaduct copied to clipboard

Wrapper for quic and websocket

Results 8 viaduct issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.26.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.26.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191011191535-87dc89f01550 to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191011191535-87dc89f01550&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

As a CNCF project, we need to follow CNCF Code of Conduct. https://github.com/kubeedge/community/issues/158

We need to have CI/CD setup to check if any new modifications breaks existing functionality. Also to run static checks.

**What happened:** the quic-go has a limit of incoming streams,using the defaut MaxIncomingStreams(100), we only send less then 100 messages **What you expected to happen:** no message number limit

**What would you like to be added:** add mutex locks in WSLan.ReadMessage and WSLan.WriteMessage **Why is this needed:** the gorilla websocket apis do not support concurrent writing/reading