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
Recently I have been encountering a problem where the polling loop which waits for the notarization process to complete has been failing. It will check the status 3-4 times, and then it will fail.
Looks like probably the stream is being terminated and we don't get a result. The exception this generates is unhandled and as a result the process completes unsuccessfully. It seems like it may be best to continue to poll statuses unless this happens continuously.
The text was updated successfully, but these errors were encountered:
Recently I have been encountering a problem where the polling loop which waits for the notarization process to complete has been failing. It will check the status 3-4 times, and then it will fail.
Looks like probably the stream is being terminated and we don't get a result. The exception this generates is unhandled and as a result the process completes unsuccessfully. It seems like it may be best to continue to poll statuses unless this happens continuously.
The text was updated successfully, but these errors were encountered: