Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit eec6b4f

Browse files
authored
Removing Connected event from TestConnection (#1055)
1 parent 30e7422 commit eec6b4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Microsoft.AspNetCore.SignalR.Client.Tests/TestConnection.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ internal class TestConnection : IConnection
3030

3131
private TransferMode? _transferMode;
3232

33-
public event Func<Task> Connected;
3433
public event Func<Exception, Task> Closed;
3534

3635
public Task Started => _started.Task;
@@ -87,7 +86,6 @@ public Task StartAsync()
8786
}
8887

8988
_started.TrySetResult(null);
90-
Connected?.Invoke();
9189
return Task.CompletedTask;
9290
}
9391

0 commit comments

Comments
 (0)