Fix warnings in UdpServer

pull/6649/head
Patrick Barron 3 years ago
parent 8c8ca9aded
commit 7ae055f740

@ -29,10 +29,10 @@ namespace Emby.Server.Implementations.Udp
private readonly IServerApplicationHost _appHost;
private readonly IConfiguration _config;
private Socket _udpSocket;
private IPEndPoint _endpoint;
private readonly byte[] _receiveBuffer = new byte[8192];
private Socket _udpSocket;
private IPEndPoint _endpoint;
private bool _disposed = false;
/// <summary>

Loading…
Cancel
Save