You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing: await StellarSdk.StellarTomlResolver.resolve(uri.host()); can cause an application to get stuck for a long time waiting for a response, especially if it is running on a server (and not in a browser).
Requesting:
An option for timeout in seconds after which the request times out no matter what.
The text was updated successfully, but these errors were encountered:
Executing:
await StellarSdk.StellarTomlResolver.resolve(uri.host());
can cause an application to get stuck for a long time waiting for a response, especially if it is running on a server (and not in a browser).Requesting:
An option for timeout in seconds after which the request times out no matter what.
The text was updated successfully, but these errors were encountered: