haskell-distributed / haskell-distributed/distributed-process

CH or NT must implement keep-alive

Open
#408 5 comments 0 reactions 1 assignee View on GitHub

@hyperthunk is already working on this.

Since Jun 22, 2015.

Bug network-transport
Dominant language
Haskell
Stars
751
Forks
99
Avg merge
45m
Merged PRs (30d)
2

Description

From @edsko on September 24, 2012 12:38

When one CH process A monitors another B, it expects to be notified if the connection between them breaks, even when A never sends anything to B (but only receives messages from B). This means that it is not enough to rely on send to detect network problems. This can be solved at the CH level or at the NT level.

Copied from original issue: haskell-distributed/distributed-process#32

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.