mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
add close()
This commit is contained in:
parent
1ed3bccaa5
commit
a5e4840920
@ -41,4 +41,7 @@ export class PSocket extends EventListener {
|
||||
|
||||
}
|
||||
}
|
||||
close() {
|
||||
wispInfo.handler.close(this._streamID);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user