Files
nomad/.changelog/25201.txt
Tim Gross cee11356ab deps: update go-msgpack and net-rpc-msgpackrpc (#25201)
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
2025-02-24 14:23:50 -05:00

4 lines
114 B
Plaintext

```release-note:bug
rpc: Fixed a bug that would cause the reader side of RPC connections to hang indefinitely
```