distributed-process icon indicating copy to clipboard operation
distributed-process copied to clipboard

Closing an EndPoint does not break connections

Open edsko opened this issue 9 years ago • 1 comments

I basically ended up implementing a small wrapper around closeEndPoint that does

forM_ otherNodes $ \otherNode -> do
  InMem.breakConnection
    transportInternals
    (Transport.address nodeToBeTerminated)
    (Transport.address otherNode)
    ("Node " ++ show (Local.localNodeId nodeToBeTerminated) ++ " closed")

But I would have expected this to happen by default. Not sure if this is a documentation problem or a missing feature.

edsko avatar Feb 16 '16 09:02 edsko

~Is there a branch where this is fixed?~ See below!

ssadler avatar May 19 '20 22:05 ssadler