mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
add additional http server error handling
This commit is contained in:
@@ -182,6 +182,10 @@ namespace Rssdp.Infrastructure
|
||||
try
|
||||
{
|
||||
await socket.SendAsync(messageData, messageData.Length, destination).ConfigureAwait(false);
|
||||
}
|
||||
catch (ObjectDisposedException)
|
||||
{
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user