We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db03d9 commit 44f69d8Copy full SHA for 44f69d8
peerprep/components/questionpage/Matchmaking.tsx
@@ -100,6 +100,7 @@ const Matchmaking = () => {
100
setMatchHash("");
101
setIsMatching(false);
102
console.log("Match request timed out after 30s");
103
+ alert("Failed to find match. Request timed out.");
104
}, TIMEOUT_MILLISECONDS);
105
106
// assemble the match request
0 commit comments