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
We have met some Serf encoding issue. How to encode and decode for serf event and payload?
How to fix this problem permanently?
serf_event_handler:247[INFO] Received Event: 'gP' Received Payload: '{"put": {"gPName": "nHo\xf3t"}}'
s is \xf3 not. The correct should be \x73
Such as "po髏": -> post
dis\x03\x82ver -> discover
c\xcd -> cm
驪ort ->sPort
Received Event: 'ta\xe2le' ->table
serf_udp_sender:31 [DEBUG] sent UDP message with data: ' member-join: c\xcd\x1f\n\xa5' to localhost:56789
serf --version
Serf v0.8.0
Agent Protocol: 4 (Understands back to: 2)
The text was updated successfully, but these errors were encountered:
We have met some Serf encoding issue. How to encode and decode for serf event and payload?
How to fix this problem permanently?
serf_event_handler:247[INFO] Received Event: 'gP' Received Payload: '{"put": {"gPName": "nHo\xf3t"}}'
s is \xf3 not. The correct should be \x73
Such as "po髏": -> post
dis\x03\x82ver -> discover
c\xcd -> cm
驪ort ->sPort
Received Event: 'ta\xe2le' ->table
serf_udp_sender:31 [DEBUG] sent UDP message with data: ' member-join: c\xcd\x1f\n\xa5' to localhost:56789
serf --version
Serf v0.8.0
Agent Protocol: 4 (Understands back to: 2)
The text was updated successfully, but these errors were encountered: