Harden managed server deployment and authentication

This commit is contained in:
2026-09-15 23:24:11 +02:00
parent 653131b876
commit 5a226ba543
17 changed files with 615 additions and 15 deletions
@@ -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;