3 | | * DeadReferenceError (which occurs when the connection is lost before they send the message) |
4 | | * ConnectionLost (which occurs when the other end drops the connection while the message is outstanding) |
5 | | * ConnectionDone (which occurs when we drop the connection while the message is outstanding, probably due to a duplicate connection, probably because the other side is the pairwise master and initiated a connection to us) |
| 3 | * {{{DeadReferenceError}}} (which occurs when the connection is lost before they send the message) |
| 4 | * {{{ConnectionLost}}} (which occurs when the other end drops the connection while the message is outstanding) |
| 5 | * {{{ConnectionDone}}} (which occurs when we drop the connection while the message is outstanding, probably due to a duplicate connection, probably because the other side is the pairwise master and initiated a connection to us) |