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
It seems that agent.update_raw(counter, "increase", encode([])) executes infinitely long, if WASM in counter canister is yet uninistalled (even, if it is installed in the future).
The text was updated successfully, but these errors were encountered:
It seems that
agent.update_raw(counter, "increase", encode([]))
executes infinitely long, if WASM incounter
canister is yet uninistalled (even, if it is installed in the future).The text was updated successfully, but these errors were encountered: