transient-haskell / transient

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
MIT License
631 stars 28 forks source link

Applicative fails in the Cloud monad #16

Closed agocorona closed 8 years ago

agocorona commented 8 years ago
      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