You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. I double check and see that the GetVal method returns trimmed response from code. However, \r is not something that is being added by the library. Its most likely the actual value inside etcd contains \r, hence you are getting it in response.
Describe the bug
RangeResponse GetRange(
string prefixKey,
Metadata headers = null,
DateTime? deadline = null,
CancellationToken cancellationToken = default (CancellationToken))
includes line return to key values.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Do not include line return as GetVal method does.
Additional context
We are using prefixes like /API_NAME/Key_Name "key_Value"
The text was updated successfully, but these errors were encountered: