fix rebase error
re-removed error handling from HubEndpoint, since HttpConnectionDispatcher handles it
This commit is contained in:
parent
b977c871ae
commit
0af0318f43
|
|
@ -108,8 +108,6 @@ namespace Microsoft.AspNetCore.SignalR
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogError(0, ex, "Error when invoking OnConnectedAsync on hub.");
|
_logger.LogError(0, ex, "Error when invoking OnConnectedAsync on hub.");
|
||||||
connection.Transport.Input.Complete(ex);
|
|
||||||
connection.Transport.Output.Complete(ex);
|
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue