[PR #872] [MERGED] Fix unsubscribe from LogEntriesChanged event handler #1123

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/872
Author: @StefH
Created: 1/6/2023
Status: Merged
Merged: 1/19/2023
Merged by: @StefH

Base: masterHead: stef-870-EventHandler


📝 Commits (3)

📊 Changes

4 files changed (+172 additions, -107 deletions)

View changed files

📝 examples/WireMock.Net.Console.Proxy.Net452/Program.cs (+18 -6)
📝 src/WireMock.Net/Server/WireMockServer.LogEntries.cs (+23 -17)
📝 src/WireMock.Net/Server/WireMockServer.cs (+4 -0)
📝 test/WireMock.Net.Tests/ObservableLogEntriesTest.cs (+127 -84)

📄 Description

No description provided


🔄 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/872 **Author:** [@StefH](https://github.com/StefH) **Created:** 1/6/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-870-EventHandler` --- ### 📝 Commits (3) - [`0ba1726`](https://github.com/wiremock/WireMock.Net/commit/0ba172611ca277e531aa00a1eb8deb95c42de7b6) Fix unsubscribe from LogEntriesChanged event handler - [`2966eb8`](https://github.com/wiremock/WireMock.Net/commit/2966eb88424a64e8b28b395d52121dd198240e34) . - [`bbc8264`](https://github.com/wiremock/WireMock.Net/commit/bbc82642d53b5411432f65692dc051dac9731fef) f ### 📊 Changes **4 files changed** (+172 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Proxy.Net452/Program.cs` (+18 -6) 📝 `src/WireMock.Net/Server/WireMockServer.LogEntries.cs` (+23 -17) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+4 -0) 📝 `test/WireMock.Net.Tests/ObservableLogEntriesTest.cs` (+127 -84) </details> ### 📄 Description _No description provided_ --- <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:34:49 +01:00
adam closed this issue 2025-12-29 08:34:49 +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#1123