Hold the hp error message until after 18 tries

This commit is contained in:
Owen
2026-06-01 14:05:19 -07:00
parent c6a52ffc75
commit 5dd19edb56
2 changed files with 55 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export const OlmErrorCodes = {
},
HOLEPUNCH_MISSING: {
code: "HOLEPUNCH_MISSING",
message: `Hole punch information is missing. Please ensure your client can reach the server on UDP port ${udpPort} and try registering again.`
message: `Unable to coordinate client P2P connection. Please ensure your client can reach the server on UDP port ${udpPort} and try registering again.`
}
} as const;