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
The current /reload endpoint is asynchronous, which makes it tricky to figure out if there were any problems reloading Web3Signer since the last time it was reloaded.
Would it be possible to add a ?wait=true parameter that would trigger the reload, wait for it to complete, and then return the appropriate HTTP status depending on whether the reload was successful or not?
The text was updated successfully, but these errors were encountered:
The current
/reload
endpoint is asynchronous, which makes it tricky to figure out if there were any problems reloading Web3Signer since the last time it was reloaded.Would it be possible to add a
?wait=true
parameter that would trigger the reload, wait for it to complete, and then return the appropriate HTTP status depending on whether the reload was successful or not?The text was updated successfully, but these errors were encountered: