Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

R4R: make msg decoding sync #122

Merged
merged 1 commit into from
Oct 8, 2019
Merged

Conversation

HaoyangLiu
Copy link
Contributor

closes: #121

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

memR.recvCh <- &MempoolPacket{chID: chID, src: src, msgBytes: msgBytes}
msg, err := memR.decodeMsg(msgBytes)
if err != nil {
memR.Logger.Error("Error decoding message", "src", src, "chId", chID, "msg", msg, "err", err, "bytes", msgBytes)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any testcase affected?

@unclezoro unclezoro merged commit d36242f into upgrade_0.32.3 Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants