Drain the requests already on the wire before close() and unbind() tear down

This commit is contained in:
2026-08-30 20:08:36 +02:00
parent c06eda4582
commit bebd74b42b
13 changed files with 248 additions and 85 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export class IncomingRequests {
break;
case 'unbind':
await this.session.sendReturn(pduObj);
this.session.close();
await this.session.close();
break;
default:
await this.unhandled(pduObj);