Merge pull request #1088 from ProgrammerIn-wonderland/main

add close to psocket
This commit is contained in:
Nariman Jelveh
2025-01-14 14:52:46 -08:00
committed by GitHub
@@ -41,4 +41,7 @@ export class PSocket extends EventListener {
}
}
close() {
wispInfo.handler.close(this._streamID);
}
}