Skip to content

Commit

Permalink
Fix reload test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Dec 15, 2020
1 parent 57f5f42 commit f27e9f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public async Task GetChangeToken_SignalsChange()
var inMemoryConfig = (InMemoryConfigProvider)services.GetRequiredService<IProxyConfigProvider>();
var configManager = services.GetRequiredService<ProxyConfigManager>();
var dataSource = await configManager.InitialLoadAsync();
_ = configManager.Endpoints; // Lazily creates endpoints the first time, activates change notifications.

var signaled1 = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);
var signaled2 = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);
Expand Down

0 comments on commit f27e9f1

Please sign in to comment.