Two questions: 1) It wasn't clear to me whether it's now better to "await" a .put() operation or rel
Two questions:
1) It wasn't clear to me whether it's now better to "await" a .put() operation or rely on automatic await before the final response.
2) What's the behavior of ctx.waitUntil(()=> storage.put()) ?
1) It wasn't clear to me whether it's now better to "await" a .put() operation or rely on automatic await before the final response.
2) What's the behavior of ctx.waitUntil(()=> storage.put()) ?