Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture OK response after sending DYNO_CONFIG command
We forgot to capture the OK response from DYNO_CONFIG:CONN_CONSISTENCY command after sending it, which meant that every command after that was getting the response for the previous command since there was always an unclaimed response on the wire. This patch fixes it.
- Loading branch information