Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed Oct 12, 2019
2 parents a471f3d + 34fb9ec commit 62468e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ internal SignalRAsyncCollector(IAzureSignalRSender client)
return Task.CompletedTask;
}
}
}
}
2 changes: 1 addition & 1 deletion src/SignalRServiceExtension/Client/AzureSignalRClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ private static IEnumerable<Claim> BuildJwtClaims(IEnumerable<Claim> customerClai
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/SignalRServiceExtension/Client/IAzureSignalRSender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ internal interface IAzureSignalRSender
Task AddConnectionToGroup(string connectionId, string groupName);
Task RemoveConnectionFromGroup(string connectionId, string groupName);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ public async Task AddAsync_GroupOperation_WithoutParametersThrowException()
await Assert.ThrowsAsync<ArgumentException>(() => collector.AddAsync(item));
}
}
}
}

0 comments on commit 62468e0

Please sign in to comment.