Skip to content

Commit

Permalink
Use raw AWS url fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
aduros committed Nov 29, 2023
1 parent 24b0742 commit 421100b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtimes/web/src/netplay/peer-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class SignalClient {
const servers = [
// "ws://localhost:3001",
"wss://webrtc-signal-server.wasm4.org",
"wss://ywc2h85cv1.execute-api.us-east-1.amazonaws.com/production",
];
for (const server of servers) {
try {
Expand Down

0 comments on commit 421100b

Please sign in to comment.