Harden managed server deployment and authentication
This commit is contained in:
@@ -29,6 +29,7 @@ internal sealed class MediaRelay : IAsyncDisposable
|
||||
private readonly byte[] input = new byte[65535];
|
||||
private readonly MediaFanout fanout = new();
|
||||
private readonly Task receiving;
|
||||
internal Task Completion => receiving;
|
||||
public IPEndPoint EndPoint { get; }
|
||||
public event Action<Exception>? Failed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user