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
This was caught during the p2p flow but i think it applies to the notary flow as well. When the Prover and Verifier class encounters an error, it only logs it but doesn't throw an error in JS. On the JS side, I will like to be able to catch those error so i can gracefully clean up any opened process, socket connection, and/or pending event listener.
The text was updated successfully, but these errors were encountered:
This was caught during the p2p flow but i think it applies to the notary flow as well. When the Prover and Verifier class encounters an error, it only logs it but doesn't throw an error in JS. On the JS side, I will like to be able to catch those error so i can gracefully clean up any opened process, socket connection, and/or pending event listener.
The text was updated successfully, but these errors were encountered: