mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
a113c48c43
## Problem For `StoreCancelKey`, we were inserting 2 commands, but we were not inserting two replies. This mismatch leads to errors when decoding the response. ## Summary of changes Abstract the command + reply pipeline so that commands and replies are registered at the same time.