Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / hashicorp/yamux issues and pull requests
#146 - Does Yamux support the WebSocket protocol?
Issue -
State: open - Opened by 1n7erface 1 day ago
#145 - fix: replace ioutil.Discard with io.Discard
Pull Request -
State: open - Opened by islishude 13 days ago
- 1 comment
#144 - Update CODEOWNERS
Pull Request -
State: closed - Opened by schmichael about 1 month ago
#143 - Close Session when there's failures to write to a Stream
Pull Request -
State: closed - Opened by lattwood about 1 month ago
- 16 comments
#142 - DefaultConfig has dangerous defaults causing hung Reads
Issue -
State: closed - Opened by lattwood about 1 month ago
- 9 comments
#141 - Fix typo in comments
Pull Request -
State: open - Opened by th-ch about 2 months ago
- 1 comment
#140 - docs: stream Reads are not safe for concurrent use
Pull Request -
State: closed - Opened by tgross 3 months ago
- 3 comments
#139 - Race Condition on Concurrent Reads
Issue -
State: closed - Opened by lukaspj 3 months ago
- 2 comments
#138 - Add CODEOWNERS file in .github/CODEOWNERS
Pull Request -
State: closed - Opened by mukeshjc 3 months ago
- 1 comment
#137 - Return rootcause shutdown error from yamux
Pull Request -
State: open - Opened by moredure 4 months ago
#136 - docs: clarify the semantics of concurrent `Read` calls
Pull Request -
State: closed - Opened by tgross 5 months ago
#135 - Half-closed reads removes the possibility to communicate Stream closure
Issue -
State: closed - Opened by lukaspj 5 months ago
- 1 comment
#134 - Question on docs for yamux.Server(): max 1 per process or per ReadWriteCloser?
Issue -
State: open - Opened by ErikEngerd 6 months ago
- 1 comment
#133 - writes to half-closed streams stall when sendWindow is exhausted
Issue -
State: open - Opened by slingamn 6 months ago
- 1 comment
#132 - Why does Stream.Read notify recvNotifyCh?
Issue -
State: open - Opened by schmichael 6 months ago
#131 - Allow half-closed reads and test against TCP/TLS connections
Pull Request -
State: closed - Opened by schmichael 6 months ago
#130 - chore: update tests to pass the race detector and linter
Pull Request -
State: closed - Opened by rboyer 7 months ago
#129 - Multiple independent listeners on one connection
Issue -
State: closed - Opened by ErikEngerd 7 months ago
- 2 comments
#128 - Concurrent calls to Stream.Read can return different data
Issue -
State: closed - Opened by lattwood 8 months ago
- 2 comments
#127 - Streams should check for Session shutdown when waiting for data & clean up timers
Pull Request -
State: closed - Opened by lattwood 8 months ago
- 20 comments
#126 - 256 * 1024 bytes
Pull Request -
State: closed - Opened by flcl42 10 months ago
- 1 comment
#125 - Ignore this
Pull Request -
State: closed - Opened by rhino1998 11 months ago
- 1 comment
#124 - Add CloseWrite to Stream
Pull Request -
State: closed - Opened by rhino1998 about 1 year ago
- 1 comment
#123 - fix: typo
Pull Request -
State: closed - Opened by testwill over 1 year ago
#122 - Download speeds have reduced and upload speeds gone up with the latest version of yamux
Issue -
State: open - Opened by mathews-joseph over 1 year ago
#121 - let ErrTimeout temporary
Pull Request -
State: open - Opened by fatedier over 1 year ago
- 1 comment
#120 - 请问,是否支持UDP协议?
Issue -
State: closed - Opened by dotqi over 1 year ago
- 2 comments
#119 - Add link to who using yamux
Issue -
State: closed - Opened by cnmade about 2 years ago
#118 - [COMPLIANCE] Add Copyright and License Headers
Pull Request -
State: open - Opened by hashicorp-copywrite[bot] about 2 years ago
Labels: automated, legal
#117 - [bug] TestGoAway failed
Issue -
State: open - Opened by cgxxv about 2 years ago
#116 - What is Disconnect Flow
Issue -
State: open - Opened by kudla about 2 years ago
#115 - Implements "CloseChan" functionality for "Stream"
Pull Request -
State: open - Opened by hadi77ir about 2 years ago
- 6 comments
#114 - Is Session.Accept Result Really Compatible With net.Conn?
Issue -
State: closed - Opened by kudla over 2 years ago
- 2 comments
#113 - [COMPLIANCE] Update MPL 2.0 LICENSE
Pull Request -
State: closed - Opened by hashicorp-copywrite[bot] over 2 years ago
Labels: automated, legal
#112 - Should we close the session when streams receive window exceeded ?
Issue -
State: closed - Opened by aaftio over 2 years ago
- 1 comment
#111 - Protocol Version Error
Issue -
State: closed - Opened by da-tai over 2 years ago
- 1 comment
#110 - yamux: Invalid protocol version: 123
Issue -
State: closed - Opened by da-tai over 2 years ago
#109 - remove unreachable return statement + replacing time.Now().Sub(t) with time.Since(t)
Pull Request -
State: open - Opened by OmarTariq612 over 2 years ago
- 1 comment
#108 - Add AcceptBacklog function
Pull Request -
State: open - Opened by manish-hashicorp over 2 years ago
#107 - Record actual copied length
Pull Request -
State: closed - Opened by jefferai over 2 years ago
#106 - fix: Make sendReady a pointer so the Body can be swapped
Pull Request -
State: closed - Opened by mafredri over 2 years ago
- 1 comment
#105 - wait for both recv and send routines to complete on close
Pull Request -
State: closed - Opened by clems4ever over 2 years ago
- 5 comments
#104 - Fix mutex deadlock in `(*Steam).readData`
Pull Request -
State: closed - Opened by mafredri over 2 years ago
- 1 comment
#103 - Fix unsafe header re-use on close and timeout
Pull Request -
State: closed - Opened by mafredri over 2 years ago
- 1 comment
#102 - Protect reads of `sendReady.Body` with mutex and temp buffer
Pull Request -
State: closed - Opened by mafredri over 2 years ago
- 1 comment
#101 - TestPing failed on Windows
Issue -
State: closed - Opened by jinmiaoluo over 2 years ago
- 1 comment
#100 - Fix use of unprotected `stream.sendHdr` in session
Pull Request -
State: closed - Opened by mafredri over 2 years ago
- 2 comments
#99 - Panic when sending large data
Issue -
State: closed - Opened by heymind over 3 years ago
- 2 comments
#98 - Remove unnecessary for loop in Session.send()
Pull Request -
State: closed - Opened by jacobvosmaer over 3 years ago
- 2 comments
#97 - Remove unnecessary *bytes.Reader in Stream.Write()
Pull Request -
State: closed - Opened by jacobvosmaer over 3 years ago
#96 - Implement timeouts for OpenStream
Pull Request -
State: closed - Opened by freddygv over 3 years ago
- 2 comments
#95 - Fix failing partial read on last frame of closed session
Pull Request -
State: closed - Opened by jacobvosmaer over 3 years ago
- 10 comments
#94 - stream recvWindow decremented incorretly
Issue -
State: open - Opened by apmattil over 3 years ago
- 4 comments
#93 - Rework some comments
Pull Request -
State: closed - Opened by dadgar over 3 years ago
#92 - at stream read/write wrap underlying error to returned error
Issue -
State: open - Opened by apmattil over 3 years ago
#91 - let ErrTimeout implements net.Error
Pull Request -
State: closed - Opened by fatedier over 3 years ago
- 3 comments
#90 - "context canceled" error when using with http.ReverseProxy
Issue -
State: closed - Opened by fengye87 over 3 years ago
#89 - Don't verify KeepAliveInterval when keep alive is not enabled
Pull Request -
State: closed - Opened by hexian000 almost 4 years ago
- 1 comment
#88 - add StreamCloseTimeout
Pull Request -
State: closed - Opened by mitchellh almost 4 years ago
#87 - Weird question
Issue -
State: open - Opened by timchenxiaoyu about 4 years ago
- 2 comments
#86 - Data lost when closing Session
Issue -
State: closed - Opened by yipal about 4 years ago
- 2 comments
#85 - How can I change the "initialStreamWindow" gracefully?
Issue -
State: closed - Opened by xpiaoyu over 4 years ago
- 1 comment
#84 - Add support for closing write ends of streams
Pull Request -
State: open - Opened by eandre over 4 years ago
- 1 comment
#82 - Deadline updates impact blocked reads and writes
Pull Request -
State: closed - Opened by dadgar over 4 years ago
- 2 comments
#81 - Add ability to retrieve underlying bufio.Reader rather than layering them
Pull Request -
State: closed - Opened by evanphx almost 5 years ago
- 2 comments
#80 - Add ability to cancel Accept by passing a context
Pull Request -
State: closed - Opened by evanphx almost 5 years ago
- 2 comments
#79 - add ability to make create streams with timeout like DialTimeout + Context support
Pull Request -
State: open - Opened by tantra35 about 5 years ago
- 2 comments
#78 - add RTT in session structure
Pull Request -
State: closed - Opened by hanwoody over 5 years ago
- 2 comments
#77 - fix failing test
Pull Request -
State: closed - Opened by pmalhaire almost 6 years ago
- 2 comments
#76 - Fix hashicorp/yamux#72, abstract logger into interface
Pull Request -
State: closed - Opened by wweir almost 6 years ago
- 1 comment
#75 - SESSION关闭后r.Session().NumStreams()依然可以获取通道数?是不是有问题
Issue -
State: closed - Opened by dotqi almost 6 years ago
#74 - Fix function comments based on best practices from Effective Go
Pull Request -
State: closed - Opened by Daanikus about 6 years ago
- 1 comment
#73 - Fix function comments based on best practices from Effective Go
Pull Request -
State: closed - Opened by CodeLingoBot about 6 years ago
- 2 comments
#72 - Config should take a Logger interface
Issue -
State: closed - Opened by lthibault about 6 years ago
- 3 comments
#71 - `go test ./...` is failed
Issue -
State: closed - Opened by win-t over 6 years ago
- 1 comment
#70 - Improve yamux benches
Pull Request -
State: closed - Opened by tarndt over 6 years ago
- 3 comments
#69 - Merge with upstream
Pull Request -
State: closed - Opened by r0l1 over 6 years ago
#68 - Allow passing in a logger
Pull Request -
State: closed - Opened by dadgar over 6 years ago
#67 - Add go.mod
Pull Request -
State: closed - Opened by mitchellh over 6 years ago
#66 - Session.recvLoop(): Improve sanity checking of message types.
Pull Request -
State: closed - Opened by octo over 6 years ago
- 2 comments
#65 - Missing commit in history
Issue -
State: closed - Opened by alvin-huang over 6 years ago
- 2 comments
#64 - Named connections(routing)
Issue -
State: closed - Opened by ilgooz over 6 years ago
- 1 comment
#63 - When MaxStreamWindowSize is larger than initialStreamWindow, should lead to short read
Issue -
State: open - Opened by wllenyj over 6 years ago
- 1 comment
#62 - Dont output keepalive error when the session is closed
Pull Request -
State: closed - Opened by mkeeler over 6 years ago
#61 - Feat/better reset error
Pull Request -
State: closed - Opened by whyrusleeping over 6 years ago
- 1 comment
#60 - Need some documentation on how to use NAT traversal feature
Issue -
State: closed - Opened by codervinod almost 7 years ago
- 1 comment
#59 - Cant send message only connected
Issue -
State: closed - Opened by adzimzf almost 7 years ago
- 1 comment
#58 - http.Serve(Session, nil) hangs on abortPendingRead when using Hijack()
Issue -
State: closed - Opened by hagna almost 7 years ago
- 2 comments
#57 - http.Serve(session, nil) hangs in abortPendingRead() when hijack is used
Issue -
State: closed - Opened by hagna almost 7 years ago
- 1 comment
#56 - Using Session with http.Server can result in an infinite error loop in Accept
Issue -
State: closed - Opened by filipochnik almost 7 years ago
- 4 comments
#55 - Fix tests race
Pull Request -
State: open - Opened by filipochnik about 7 years ago
- 5 comments
#54 - copyright section
Pull Request -
State: closed - Opened by aviau about 7 years ago
- 3 comments
#53 - Streaming perf improv
Pull Request -
State: closed - Opened by preetapan about 7 years ago
- 1 comment
#52 - Fix race around read and write deadlines in Stream
Pull Request -
State: closed - Opened by filipochnik about 7 years ago
- 3 comments
#51 - Aboard Read()/Write() by SetDeadline() with past time
Pull Request -
State: closed - Opened by yudai over 7 years ago
- 4 comments
#50 - Fix window update, reduce memory utilization and improve performance
Pull Request -
State: closed - Opened by stuartcarnie over 7 years ago
- 20 comments
#49 - Licensing for language port
Issue -
State: closed - Opened by nbering over 7 years ago
- 1 comment
#48 - Add a callback for keepalive failure
Pull Request -
State: closed - Opened by ghost about 8 years ago
- 2 comments
#47 - Add timeout support to stream acceptance
Pull Request -
State: closed - Opened by pjvds about 8 years ago
- 2 comments
#46 - don't block writes after session has shut down
Pull Request -
State: closed - Opened by whyrusleeping about 8 years ago
- 5 comments