(srvRecords: dns.SrvRecord[])
| 101 | } |
| 102 | |
| 103 | success(srvRecords: dns.SrvRecord[]): void { |
| 104 | this.haMode = false; |
| 105 | this.schedule(); |
| 106 | this.emit(SrvPoller.SRV_RECORD_DISCOVERY, new SrvPollingEvent(srvRecords)); |
| 107 | } |
| 108 | |
| 109 | failure(): void { |
| 110 | this.haMode = true; |
no test coverage detected