[PR #144] [MERGED] Fix ConcurrentDictionary (#129) #776

Closed
opened 2025-12-29 08:33:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/144
Author: @StefH
Created: 5/27/2018
Status: Merged
Merged: 5/28/2018
Merged by: @StefH

Base: masterHead: FindFreeTcpPort


📝 Commits (1)

📊 Changes

6 files changed (+19 additions, -27 deletions)

View changed files

📝 src/WireMock.Net/Http/PortUtil.cs (+4 -10)
📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+1 -1)
📝 src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs (+3 -4)
📝 src/WireMock.Net/ResponseMessage.cs (+3 -4)
📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+2 -2)
📝 src/WireMock.Net/Server/FluentMockServer.cs (+6 -6)

📄 Description

  • Fix ConcurrentDictionary (#129)
  • Change code to get a free port

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/144 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/27/2018 **Status:** ✅ Merged **Merged:** 5/28/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `FindFreeTcpPort` --- ### 📝 Commits (1) - [`a9e6064`](https://github.com/wiremock/WireMock.Net/commit/a9e6064422dc77bfdd27e813c5bd501dc28eef21) Fix ConcurrentDictionary (#129) ### 📊 Changes **6 files changed** (+19 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Http/PortUtil.cs` (+4 -10) 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+1 -1) 📝 `src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs` (+3 -4) 📝 `src/WireMock.Net/ResponseMessage.cs` (+3 -4) 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+2 -2) 📝 `src/WireMock.Net/Server/FluentMockServer.cs` (+6 -6) </details> ### 📄 Description - Fix ConcurrentDictionary (#129) - Change code to get a free port --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:33:30 +01:00
adam closed this issue 2025-12-29 08:33:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#776