@inheritdoc
(target: ITarget)
| 205 | |
| 206 | /** @inheritdoc */ |
| 207 | public releaseDap(target: ITarget): void { |
| 208 | this.sessions.delete(target.id()); |
| 209 | } |
| 210 | |
| 211 | /** Gets whether the manager is waiting for a target of the given ID */ |
| 212 | public hasPendingTarget(targetId: string) { |