Skip to content

Commit 1ecee59

Browse files
committed
Update ref assembly
1 parent b12b1c1 commit 1ecee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/common/Http.Connections/ref/Microsoft.AspNetCore.Http.Connections.netcoreapp3.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void CloseConnections() { }
124124
[System.Diagnostics.DebuggerStepThroughAttribute]
125125
public System.Threading.Tasks.Task DisposeAndRemoveAsync(Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionContext connection, bool closeGracefully) { throw null; }
126126
public void RemoveConnection(string id) { }
127-
public System.Threading.Tasks.Task ScanAsync() { throw null; }
127+
public void Scan() { }
128128
public void Start() { }
129129
public bool TryGetConnection(string id, out Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionContext connection) { throw null; }
130130
}

0 commit comments

Comments
 (0)