driplineorg / driplineorg/dripline-cpp

Deal with consequences of failed connections or failed sends

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.