If a firefly node sends a broadcast without any data, the rest of the network seems to get into a weird state.
My observations:
- The sending node will have the broadcast show up as
confirmed, but other nodes do not seem to receive the message.
- 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"
}
}'