driplineorg / driplineorg/dripline-cpp
Deal with consequences of failed connections or failed sends
Open
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Several classes send messages:
- agent
- endpoint
- heartbeater
- relayer
Currently they all handle failures while attempting to send messages. But what are the consequences of such a failure? Should the service quit?
Another suggestion: if a connection problem occurs, start a thread that checks tries to connect to the broker or checks the service's connection, and kills the service if it can't find the broker.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.