Open
Description
It seem interrupting send calls of the TCP transport can sometimes produce the receiver side to append incomplete messages with unrelated messages and deliver that to upper layers.
Either interrupted messages should become impossible, or the receiver should be stopped from delivering these messages upwards.
See the discussion in haskell-distributed/network-transport-tcp@9ec9c1a#r33404578
cc @andriytk