Keep the process alive while a send waits for a link

This commit is contained in:
2026-09-01 10:38:16 +02:00
parent 58817eebbf
commit 2c0dfd172f
7 changed files with 65 additions and 24 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ describe('bind', () => {
const sent = await session.send({ cmdName: 'enquire_link' });
assert.ok(sent.err instanceof Error);
assert.match(sent.err.message, /may have accepted/);
assert.match(sent.err.message, /may have accepted.*Session closed before a response arrived/);
});
test('reports an unbind the peer left unanswered on a link that stays up', async t => {