mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fixes a bug where connections would not be closed on write errors in the msgpack encoder, which would cause the reader end of RPC connections to hang indefinitely. This resulted in clients in widely-distributed geographies being unable to poll for allocation updates. Fixes: https://github.com/hashicorp/nomad/issues/23305
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
```release-note:bug
|
|
rpc: Fixed a bug that would cause the reader side of RPC connections to hang indefinitely
|
|
```
|