automate the shit out of it

This commit is contained in:
Daniel Hübleitner
2019-09-21 00:10:31 +02:00
parent db9449aa2d
commit 6f51ee9813
4 changed files with 26 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ export class RPCSocket implements I.Socket{
private socket: I.Socket
constructor(public port:number, private server: string, private tls: boolean = false){
Object.defineProperty(this, 'socket', {value: undefined, writable: true})
}