mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-25 15:37:12 +00:00
fix: missing method in SLink
This commit is contained in:
@@ -65,6 +65,11 @@ class SLink extends BaseLink {
|
||||
throw new Error('cannot send via SLink yet');
|
||||
}
|
||||
|
||||
disconnect () {
|
||||
this.socket.disconnect();
|
||||
this.state = this.constructor.OFFLINE;
|
||||
}
|
||||
|
||||
constructor ({
|
||||
keys,
|
||||
trustedKeys,
|
||||
|
||||
Reference in New Issue
Block a user