Fix what the product-owner pass found in the README, and log an unmergeable receipt (#94)

* Log an unmergeable receipt and correct the README where it overclaims

* Name decodeMessage's arguments and pin the hook's keepalive and unbind

* Let the test name carry what its comment restated
This commit is contained in:
2026-09-08 19:43:23 +02:00
committed by GitHub
parent 7937534677
commit 079d833ea8
4 changed files with 56 additions and 10 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ describe('README: Errors', () => {
return;
}
log.error('the session failed', { message: err.message });
log.error('a session failure or lost traffic', { message: err.message });
});
const reported = once<Error>(resolve => { session.on('sessionError', resolve); });