()
| 23 | } |
| 24 | |
| 25 | private getDaemonInfo() { |
| 26 | return `Name: ${this.config.remarks} | ID: ${this.uuid} | URL: ${this.realUrl}`; |
| 27 | } |
| 28 | |
| 29 | public connect(connectOpts?: Partial<SocketOptions & ManagerOptions>) { |
| 30 | if (connectOpts) this.config.connectOpts = connectOpts; |
no outgoing calls
no test coverage detected