mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-25 00:38:48 -05:00
only close TLS socket once
This commit is contained in:
committed by
Eric Dubé
parent
26666fe666
commit
12806a2395
@@ -73,7 +73,7 @@ export class PTLSSocket extends PSocket {
|
||||
} catch (e) {
|
||||
this.emit("error", e)
|
||||
}
|
||||
this.emit("close", undefined);
|
||||
// this.emit("close", undefined);
|
||||
})();
|
||||
}
|
||||
on(event, callback) {
|
||||
|
||||
Reference in New Issue
Block a user