Leon
Results
2
comments of
Leon
I tried any ways, finally it is working. disable echo: client.writer.writeDo(1) enable echo: client.writer.writeWont(1) I don't know why but it is worked.
sure.:-) The following is the code for hide client's type, the comments is old that. ` hideInput(){ (async()=>{ // await this.client.enableRemote(1); this.client.writer.writeDo(1); this.passInput = true; })(); } ` the next...