add close()

This commit is contained in:
ProgrammerIn-wonderland
2025-01-14 17:51:24 -05:00
parent 1ed3bccaa5
commit a5e4840920
@@ -41,4 +41,7 @@ export class PSocket extends EventListener {
}
}
close() {
wispInfo.handler.close(this._streamID);
}
}