mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The main point of this dependency upgrade is to pull in the fixes in hashicorp/yamux#127 which prevents leaking deadlocked goroutines. It has been observed to improve the issue in hashicorp/nomad#23305 but does not seem sufficient to fix it entirely. Since touching yamux is a rare and scary event, I do **not** intend to backport this. If we discover the improvements are stable and significant enough, or if further fixes land in yamux, backporting can be done at that time.
4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
```release-note:improvement
|
|
deps: Upgraded yamux to v0.1.2 to fix a bug where RPC connections could deadlock
|
|
```
|