diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-01-13 09:00:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 09:00:30 +0100 |
| commit | 665ca5cf1fcd6c757f214998d121e3f6a50fb8f3 (patch) | |
| tree | 68067749a650933fd895414988c71a75337e7349 | |
| parent | ded9857f45388ce5499d09b537c56157c48ca759 (diff) | |
Update UdpServer.cs
| -rw-r--r-- | Emby.Server.Implementations/Udp/UdpServer.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Udp/UdpServer.cs b/Emby.Server.Implementations/Udp/UdpServer.cs index 19fc1e316..c91d137a7 100644 --- a/Emby.Server.Implementations/Udp/UdpServer.cs +++ b/Emby.Server.Implementations/Udp/UdpServer.cs @@ -22,9 +22,6 @@ namespace Emby.Server.Implementations.Udp private readonly ILogger _logger; private readonly IServerApplicationHost _appHost; - /// <summary> - /// The _udp client. - /// </summary> private Socket _udpSocket; private IPEndPoint _endpoint; private readonly byte[] _receiveBuffer = new byte[8192]; |
