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
This succeeds (you see test success! 1 and test success! 2 in the output). But now lower the second timeout from 15000 to 6000, so that the two transfers are in flight at the same time. Then, only one of them succeeds (you only still see test success! 1). It seems incoming_prepare is not fired in the receiver for the second transfer, if the first transfer has not been fulfilled yet.
The text was updated successfully, but these errors were encountered:
Try the following script:
This succeeds (you see
test success! 1
andtest success! 2
in the output). But now lower the second timeout from 15000 to 6000, so that the two transfers are in flight at the same time. Then, only one of them succeeds (you only still seetest success! 1
). It seemsincoming_prepare
is not fired in the receiver for the second transfer, if the first transfer has not been fulfilled yet.The text was updated successfully, but these errors were encountered: