mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 05:11:35 +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:
|
if self._check_hangup_task is not None:
|
||||||
self._check_hangup_task.cancel()
|
self._check_hangup_task.cancel()
|
||||||
self._check_hangup_task = None
|
self._check_hangup_task = None
|
||||||
|
self._rtp_port = None
|
||||||
|
|
||||||
def connection_made(self, transport):
|
def connection_made(self, transport):
|
||||||
"""Server is ready."""
|
"""Server is ready."""
|
||||||
|
Reference in New Issue
Block a user