()
| 150 | } |
| 151 | |
| 152 | close() { |
| 153 | this.disconnected = true; |
| 154 | this.conn.close(); |
| 155 | } |
| 156 | |
| 157 | queue(jobid: bigint, jobobj: object): Promise<void> { |
| 158 | logger.debug(`Queuing ${jobid} on media server ${this.host}`); |
no outgoing calls
no test coverage detected