Hi,
When Typescript call canister function by IC-sdk. Sometimes the function has no response, causing it to wait forever.
What is the problem? How should I fix it?
Hi,
When Typescript call canister function by IC-sdk. Sometimes the function has no response, causing it to wait forever.
What is the problem? How should I fix it?
I have the same situation…
just wait for a repair? This problem leads to a poor user experience… sad
0.o
Yes, this is a very bad user experience. At present, what I do is to set a time by myself. If there is no return result, I will prompt the user to check whether the historical record has been successfully executed.