mirror of
https://github.com/home-assistant/core.git
synced 2025-09-05 21:01:37 +02:00
VOIP RTP cleanup (#150490)
This commit is contained in:
@@ -364,6 +364,7 @@ class VoipAssistSatellite(VoIPEntity, AssistSatelliteEntity, RtpDatagramProtocol
|
||||
if self._check_hangup_task is not None:
|
||||
self._check_hangup_task.cancel()
|
||||
self._check_hangup_task = None
|
||||
self._rtp_port = None
|
||||
|
||||
def connection_made(self, transport):
|
||||
"""Server is ready."""
|
||||
|
Reference in New Issue
Block a user