Update UdpServer.cs

This commit is contained in:
Bond-009 2020-01-13 09:00:30 +01:00 committed by GitHub
parent ded9857f45
commit 665ca5cf1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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];