From 09d82d43d7402bf033e3242b2cb5440d9af5d1f8 Mon Sep 17 00:00:00 2001 From: Julius Friedman Date: Mon, 27 Nov 2023 15:33:06 -0500 Subject: [PATCH] nit ? --- Rtp/RtpClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rtp/RtpClient.cs b/Rtp/RtpClient.cs index 7232fb36..52317cd0 100644 --- a/Rtp/RtpClient.cs +++ b/Rtp/RtpClient.cs @@ -2307,7 +2307,7 @@ public void DisconnectSockets() //Close the RtpSocket if (RtpSocket.IsNullOrDisposed() is false) - RtpSocket?.Close(); + RtpSocket.Close(); RtpSocket = RtcpSocket = null; }