add close()

This commit is contained in:
ProgrammerIn-wonderland 2025-01-14 17:51:24 -05:00
parent 1ed3bccaa5
commit a5e4840920
No known key found for this signature in database
GPG Key ID: 75BC4D281955C56E

View File

@ -41,4 +41,7 @@ export class PSocket extends EventListener {
}
}
close() {
wispInfo.handler.close(this._streamID);
}
}