Alexander Vershilov

Results 118 comments of Alexander Vershilov

Now all documentation is available on hackage. I hop that in the future release we will immediately upload haddocks, if thy are not built automatically by hackage.

In our project we use the following approach: ``` runRedis $ runExceptT do result

Hello, were there any updates for this situation? One possible problem that we have faced was when we used a proxy to support sentinel protocol for us. We used a...

I really like ability to reject connections. But it seems that ability to break connections is a bit more flexible without introducing any new protocol on n-t-tcp layer. If you...

I thought that was about per-heavyweight connection decision..

We may want to write precise semantics for this method, if we want to proceed. Especially should connection be marked as `Closed` or `Failed`? Should be have a `Closed` event...

seems like this one: https://github.com/haskell-distributed/distributed-process/blob/master/src/Control/Distributed/Process/Node.hs#L581-L589

Is it a same function or not depends on semantics, if all connections should have `ErrorEvent` and closed abnormally - then yes, this is the same function. However if we...

Moved to https://github.com/haskell-distributed/distributed-process/issues/42