Skip to content

Failure to confirm broadcasts after receiving a broadcast without data #1127

@shorsher

Description

@shorsher

If a firefly node sends a broadcast without any data, the rest of the network seems to get into a weird state.

My observations:

  1. The sending node will have the broadcast show up as confirmed, but other nodes do not seem to receive the message.
  2. If other nodes send a broadcast, it will be stuck in sent and never reach confirmed.

Example request:

curl -X 'POST' \
  'http://127.0.0.1:5000/api/v1/messages/broadcast' \
  -H 'accept: application/json' \
  -H 'Request-Timeout: 2m0s' \
  -H 'Content-Type: application/json' \
  -d '{
  "header": {
    "tag": "TEST"
  }
}'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions