* Unsubscribe and fully tear down live behavior. * This aborts an in-flight request and the subscription loop.
()
| 1110 | * This aborts an in-flight request and the subscription loop. |
| 1111 | */ |
| 1112 | unsubscribe(): void { |
| 1113 | this.cancelInFlightStream({ |
| 1114 | setReadyStatus: true, |
| 1115 | abortSubscription: true, |
| 1116 | }) |
| 1117 | this.resetSessionGenerating() |
| 1118 | this.setIsSubscribed(false) |
| 1119 | this.setConnectionStatus('disconnected') |
| 1120 | } |
| 1121 | |
| 1122 | /** |
| 1123 | * Reload the last assistant message |
no test coverage detected