transient-haskell/transient

Applicative fails in the Cloud monad

agocorona opened this issue · 0 comments

      r <-  (runAt node1 (return "hello "))
                <>  (runAt node2 (return "world" ))

      runAt nodex whatever

fails at whatever with connection error. It only happens with <*> or <> in the line before