Improve tests

This commit is contained in:
Bond_009
2021-02-23 16:45:10 +01:00
parent aff0aea60f
commit acac21d8dc
8 changed files with 755 additions and 24 deletions

View File

@@ -79,7 +79,7 @@ namespace Emby.Server.Implementations.Udp
/// Starts the specified port.
/// </summary>
/// <param name="port">The port.</param>
/// <param name="cancellationToken"></param>
/// <param name="cancellationToken">The cancellation token to cancel operation.</param>
public void Start(int port, CancellationToken cancellationToken)
{
_endpoint = new IPEndPoint(IPAddress.Any, port);