[PR #117] [MERGED] Respect start timeout setting and expose exception from server startup #769

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/117
Author: @evanlwj
Created: 4/5/2018
Status: Merged
Merged: 4/5/2018
Merged by: @StefH

Base: masterHead: starttimeout


📝 Commits (3)

  • 87991d8 Respect start timeout setting and expose exception from server startup
  • cff6c53 Dispose running servers properly on error happening
  • 2ffa0af Addressed comments from Stef

📊 Changes

4 files changed (+101 additions, -44 deletions)

View changed files

📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.cs (+29 -7)
📝 src/WireMock.Net/Owin/IOwinSelfHost.cs (+6 -0)
📝 src/WireMock.Net/Owin/OwinSelfHost.cs (+43 -27)
📝 src/WireMock.Net/Server/FluentMockServer.cs (+23 -10)

📄 Description

  1. Respect the start timeout setting
  2. Expose error(exception) from server startup
  3. To be more efficient in waiting server startup

🔄 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/117 **Author:** [@evanlwj](https://github.com/evanlwj) **Created:** 4/5/2018 **Status:** ✅ Merged **Merged:** 4/5/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `starttimeout` --- ### 📝 Commits (3) - [`87991d8`](https://github.com/wiremock/WireMock.Net/commit/87991d8ca28f8469822ad88da69a4fb90d08a837) Respect start timeout setting and expose exception from server startup - [`cff6c53`](https://github.com/wiremock/WireMock.Net/commit/cff6c532fc93e974793bed795791f6b312998f9b) Dispose running servers properly on error happening - [`2ffa0af`](https://github.com/wiremock/WireMock.Net/commit/2ffa0af26384799954adb81b634c891a00dfcf03) Addressed comments from Stef ### 📊 Changes **4 files changed** (+101 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.cs` (+29 -7) 📝 `src/WireMock.Net/Owin/IOwinSelfHost.cs` (+6 -0) 📝 `src/WireMock.Net/Owin/OwinSelfHost.cs` (+43 -27) 📝 `src/WireMock.Net/Server/FluentMockServer.cs` (+23 -10) </details> ### 📄 Description 1. Respect the start timeout setting 2. Expose error(exception) from server startup 3. To be more efficient in waiting server startup --- <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 15:33:08 +01:00
adam closed this issue 2025-12-29 15:33:09 +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-wiremock#769