Calling an one-way method (without await in Motoko) allows to skip the non-returning-method attack.
What if f is an async non-returning method. Is it safe to call it asynchronously as f() (without await)?
Calling an one-way method (without await in Motoko) allows to skip the non-returning-method attack.
What if f is an async non-returning method. Is it safe to call it asynchronously as f() (without await)?