This is near the end of this Seq Logging Implementation
This commit is contained in:
parent
78d49a9829
commit
099f6467d2
9 changed files with 212 additions and 123 deletions
|
|
@ -32,9 +32,7 @@ namespace PlanTempus.Tests.Logging
|
|||
[TestMethod]
|
||||
public async Task Messages_ShouldBeProcessedFromQueue()
|
||||
{
|
||||
var processedMessages = new List<HttpRequestMessage>();
|
||||
|
||||
var serviceTask = _service.StartAsync(_cts.Token);
|
||||
await _service.StartAsync(_cts.Token);
|
||||
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue