mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 992 forks source link

Very often node is PongMessage instead of HeadersMessage. #3752

Open davidtavarez opened 1 year ago

davidtavarez commented 1 year ago

Describe the bug Very often node is PongMessage instead of HeadersMessage.

To Reproduce Steps to reproduce the behavior:

  1. Connect to a peer.
  2. After handshake, request headers (GetHeaders).
  3. It should return headers, but very often it is returning a PongMessage.

Screenshots Screenshot 2023-06-03 205901