Hello everyone! ❗Looks like transact-async function is never tested? I probably encountered a bug that a callback set once is not changing in subsequent calls of transact-async even if passed a different one. Is it possible?
what do you mean? There's no public function that's not tested.
You are right. Right now, we expect the callbacks to be the same, which works well with our test scenarios so far. Now you mentioned it, it doesn't seem to be a reasonable assumption though. Let me change that.
So it is not a bug, for it is designed that way. But that doesn't mean that design is right and cannot be changed. I am open to correction all the time.
Master branch now has the fix.
Thank you very much! Yes, in my case I need different callbacks every time.