[PR #99] [MERGED] Fix race condition resolving endpoints #278

Closed
opened 2026-04-19 18:29:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/99
Author: @oschwartz10612
Created: 3/12/2026
Status: Merged
Merged: 3/12/2026
Merged by: @oschwartz10612

Base: mainHead: fix-resolve


📝 Commits (4)

  • c6a486a Add hardcoded public dns
  • fc92ff3 Actually pull the upstream from the dns var
  • 8ce4050 Remove extra restore function
  • bc0dd28 Bump newt version

📊 Changes

9 files changed (+53 additions, -38 deletions)

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+12 -12)
📝 olm/connect.go (+1 -0)
📝 olm/olm.go (+14 -7)
📝 olm/peer.go (+2 -2)
📝 olm/types.go (+1 -0)
📝 peers/manager.go (+10 -6)
📝 peers/monitor/monitor.go (+4 -2)
📝 peers/peer.go (+2 -2)

📄 Description

  • Add hardcoded public dns
  • Actually pull the upstream from the dns var
  • Remove extra restore function

🔄 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/fosrl/olm/pull/99 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 3/12/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `fix-resolve` --- ### 📝 Commits (4) - [`c6a486a`](https://github.com/fosrl/olm/commit/c6a486a0a641ff266b0c9b303f88e276394c8d8c) Add hardcoded public dns - [`fc92ff3`](https://github.com/fosrl/olm/commit/fc92ff355a4d108e084d120c56c54b04c0e21cd5) Actually pull the upstream from the dns var - [`8ce4050`](https://github.com/fosrl/olm/commit/8ce40501c3ada217bcb0b3fcda4e30d5d9be6fbd) Remove extra restore function - [`bc0dd28`](https://github.com/fosrl/olm/commit/bc0dd282f357b38c92f502647f3b04055d6b7cff) Bump newt version ### 📊 Changes **9 files changed** (+53 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+12 -12) 📝 `olm/connect.go` (+1 -0) 📝 `olm/olm.go` (+14 -7) 📝 `olm/peer.go` (+2 -2) 📝 `olm/types.go` (+1 -0) 📝 `peers/manager.go` (+10 -6) 📝 `peers/monitor/monitor.go` (+4 -2) 📝 `peers/peer.go` (+2 -2) </details> ### 📄 Description - **Add hardcoded public dns** - **Actually pull the upstream from the dns var** - **Remove extra restore function** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 18:29:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#278