mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #63] [MERGED] Fix issue with concurrent logging #752
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/63
Author: @volodymyr-fed
Created: 11/17/2017
Status: ✅ Merged
Merged: 11/18/2017
Merged by: @StefH
Base:
master← Head:feature/ConcurrentLogEntities📝 Commits (2)
45da8f0Fix issue with concurrent logging8f51d16Fix namespace + code format/cleanup📊 Changes
7 files changed (+174 additions, -3 deletions)
View changed files
📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+1 -0)➕
src/WireMock.Net/Owin/GlobalExceptionMiddleware.cs(+49 -0)📝
src/WireMock.Net/Owin/OwinSelfHost.cs(+1 -0)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+2 -1)📝
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs(+2 -1)➕
src/WireMock.Net/Util/ConcurentObservableCollection.cs(+77 -0)📝
test/WireMock.Net.Tests/ObservableLogEntriesTest.cs(+42 -1)📄 Description
Fixed issue with concurrent logging:
ConcurrentObservableCollectionwhich is thread safeGlobalExceptionMiddlewarethat handles all exceptions that can happen in next middlewares🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.