Skip to content

Commit 6da5aa6

Browse files
committed
changes per PR
1 parent babfe89 commit 6da5aa6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Components/Server/src/Circuits/CircuitHandler.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ public abstract class CircuitHandler
6767
/// <param name="circuit">The <see cref="Circuit"/>.</param>
6868
/// <param name="cancellationToken">The <see cref="CancellationToken"/>.</param>
6969
/// <returns><see cref="Task"/> that represents the asynchronous execution operation.</returns>
70-
/// <remarks>
71-
/// While <see cref="OnConnectionUpAsync(Circuit, CancellationToken)"/> is always invoked when a client
72-
/// connects to the server, <see cref="OnConnectionDownAsync(Circuit, CancellationToken)"/> may not be invoked
73-
/// if a client reconnects prior to the server identifying a client disconnect.
74-
/// </remarks>
7570
public virtual Task OnConnectionDownAsync(Circuit circuit, CancellationToken cancellationToken) => Task.CompletedTask;
7671

7772
/// <summary>

src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<Reference Include="Microsoft.AspNetCore.SignalR" />
2424
<Reference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" />
2525
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
26+
<Reference Include="Microsoft.Extensions.Caching.Memory" />
2627
<Reference Include="Microsoft.Extensions.FileProviders.Composite" />
2728
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
2829

0 commit comments

Comments
 (0)