mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Fix warnings in UdpServer
This commit is contained in:
@@ -29,10 +29,10 @@ namespace Emby.Server.Implementations.Udp
|
|||||||
private readonly IServerApplicationHost _appHost;
|
private readonly IServerApplicationHost _appHost;
|
||||||
private readonly IConfiguration _config;
|
private readonly IConfiguration _config;
|
||||||
|
|
||||||
private Socket _udpSocket;
|
|
||||||
private IPEndPoint _endpoint;
|
|
||||||
private readonly byte[] _receiveBuffer = new byte[8192];
|
private readonly byte[] _receiveBuffer = new byte[8192];
|
||||||
|
|
||||||
|
private Socket _udpSocket;
|
||||||
|
private IPEndPoint _endpoint;
|
||||||
private bool _disposed = false;
|
private bool _disposed = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user