Leave an unknown notation alone and read a receipt's TLV as the id the submit answered

This commit is contained in:
2026-08-30 23:01:39 +02:00
parent 696e018b77
commit 706b61d6ca
11 changed files with 70 additions and 39 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ async function connect(options: ClientOptions, log: SmppLog): Promise<Result<{ s
const checked = checkSessionOptions(options);
if (checked.err) {
log.warn('client - option out of range', { message: checked.err.message });
log.warn('client - unusable option', { message: checked.err.message });
return { err: checked.err };
}