faaskeeper
faaskeeper copied to clipboard
Bug in async handling
Old report of the bug: "System hangs if we have an event in async, we don't query the future, but later submit other options".
Looks like a problem in ordering - we forget to check the future status and instead keep submitting other requests?