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
I'm working on a Go client for hyperdex based on your code. When doing some testing, I got an error message from a daemon saying that:
"W0923 02:53:02.191156 31500 communication.cc:469] dropping message that has a malformed header; here's some hex: 0000000501"
This happens when I use the Get() method that you wrote. I was simply wondering if this is a known issue; if it's not, then my modifications of your code might be the culprit.
I'm sure this is not the best way to reach you, but I can't find your email address :P
Thanks,
Derek
The text was updated successfully, but these errors were encountered:
Hello Tibor,
I'm working on a Go client for hyperdex based on your code. When doing some testing, I got an error message from a daemon saying that:
"W0923 02:53:02.191156 31500 communication.cc:469] dropping message that has a malformed header; here's some hex: 0000000501"
This happens when I use the
Get()
method that you wrote. I was simply wondering if this is a known issue; if it's not, then my modifications of your code might be the culprit.I'm sure this is not the best way to reach you, but I can't find your email address :P
Thanks,
Derek
The text was updated successfully, but these errors were encountered: