Skip to content

Commit 73c8cd4

Browse files
committed
Update WC Timeout from 30s to 180s
1 parent d75101e commit 73c8cd4

File tree

1 file changed

+2
-1
lines changed
  • Assets/Thirdweb/Plugins/WalletConnectUnity/com.walletconnect.core/Runtime

1 file changed

+2
-1
lines changed

Assets/Thirdweb/Plugins/WalletConnectUnity/com.walletconnect.core/Runtime/WalletConnect.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public async Task<IWalletConnect> InitializeAsync()
9999
Storage = storage,
100100
RelayUrl = projectConfig.RelayUrl,
101101
RelayUrlBuilder = new UnityRelayUrlBuilder(),
102-
ConnectionBuilder = new NativeWebSocketConnectionBuilder()
102+
ConnectionBuilder = new NativeWebSocketConnectionBuilder(),
103+
ConnectionTimeout = TimeSpan.FromSeconds(180)
103104
}
104105
);
105106

0 commit comments

Comments
 (0)