issues
search
hashicorp
/
yamux
Golang connection multiplexing library
Mozilla Public License 2.0
2.24k
stars
236
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: stream Reads are not safe for concurrent use
#140
tgross
closed
33 minutes ago
3
Race Condition on Concurrent Reads
#139
lukaspj
closed
33 minutes ago
2
Add CODEOWNERS file in .github/CODEOWNERS
#138
mukeshjc
closed
2 weeks ago
1
Return rootcause shutdown error from yamux
#137
moredure
opened
1 month ago
0
docs: clarify the semantics of concurrent `Read` calls
#136
tgross
closed
2 months ago
0
Half-closed reads removes the possibility to communicate Stream closure
#135
lukaspj
closed
2 months ago
1
Question on docs for yamux.Server(): max 1 per process or per ReadWriteCloser?
#134
ErikEngerd
opened
3 months ago
1
writes to half-closed streams stall when sendWindow is exhausted
#133
slingamn
opened
3 months ago
1
Why does Stream.Read notify recvNotifyCh?
#132
schmichael
opened
3 months ago
0
Allow half-closed reads and test against TCP/TLS connections
#131
schmichael
closed
2 months ago
0
chore: update tests to pass the race detector and linter
#130
rboyer
closed
3 months ago
0
Multiple independent listeners on one connection
#129
ErikEngerd
closed
3 months ago
2
Concurrent calls to Stream.Read can return different data
#128
lattwood
closed
2 months ago
2
Streams should check for Session shutdown when waiting for data & clean up timers
#127
lattwood
closed
2 months ago
20
256 * 1024 bytes
#126
flcl42
closed
5 months ago
1
Ignore this
#125
rhino1998
closed
8 months ago
1
Add CloseWrite to Stream
#124
rhino1998
closed
1 year ago
1
fix: typo
#123
testwill
closed
6 months ago
0
Download speeds have reduced and upload speeds gone up with the latest version of yamux
#122
mathews-joseph
opened
1 year ago
0
let ErrTimeout temporary
#121
fatedier
opened
1 year ago
1
请问,是否支持UDP协议?
#120
dotqi
opened
1 year ago
0
Add link to who using yamux
#119
ghost
closed
1 year ago
0
[COMPLIANCE] Add Copyright and License Headers
#118
hashicorp-copywrite[bot]
opened
1 year ago
0
[bug] TestGoAway failed
#117
cgxxv
opened
1 year ago
0
What is Disconnect Flow
#116
kudla
opened
1 year ago
0
Implements "CloseChan" functionality for "Stream"
#115
hadi77ir
opened
2 years ago
6
Is Session.Accept Result Really Compatible With net.Conn?
#114
kudla
closed
1 year ago
2
[COMPLIANCE] Update MPL 2.0 LICENSE
#113
hashicorp-copywrite[bot]
closed
2 years ago
0
Should we close the session when streams receive window exceeded ?
#112
hayden-pan
closed
2 years ago
1
Protocol Version Error
#111
da-tai
closed
1 year ago
1
yamux: Invalid protocol version: 123
#110
da-tai
closed
2 years ago
0
remove unreachable return statement + replacing time.Now().Sub(t) with time.Since(t)
#109
OmarTariq612
opened
2 years ago
1
Add AcceptBacklog function
#108
manish-hashicorp
opened
2 years ago
0
Record actual copied length
#107
jefferai
closed
2 years ago
0
fix: Make sendReady a pointer so the Body can be swapped
#106
mafredri
closed
2 years ago
1
wait for both recv and send routines to complete on close
#105
clems4ever
closed
2 years ago
5
Fix mutex deadlock in `(*Steam).readData`
#104
mafredri
closed
2 years ago
1
Fix unsafe header re-use on close and timeout
#103
mafredri
closed
2 years ago
1
Protect reads of `sendReady.Body` with mutex and temp buffer
#102
mafredri
closed
2 years ago
1
TestPing failed on Windows
#101
jinmiaoluo
closed
2 years ago
1
Fix use of unprotected `stream.sendHdr` in session
#100
mafredri
closed
2 years ago
2
Panic when sending large data
#99
heymind
closed
2 years ago
2
Remove unnecessary for loop in Session.send()
#98
jacobvosmaer
closed
2 years ago
2
Remove unnecessary *bytes.Reader in Stream.Write()
#97
jacobvosmaer
closed
3 years ago
0
Implement timeouts for OpenStream
#96
freddygv
closed
3 years ago
2
Fix failing partial read on last frame of closed session
#95
jacobvosmaer
closed
2 years ago
10
stream recvWindow decremented incorretly
#94
apmattil
opened
3 years ago
4
Rework some comments
#93
dadgar
closed
3 years ago
0
at stream read/write wrap underlying error to returned error
#92
apmattil
opened
3 years ago
0
let ErrTimeout implements net.Error
#91
fatedier
closed
3 years ago
3
Next