Alexander Vershilov
Alexander Vershilov
PR #28 introduces an support for IPC backend, however multicast support still missing, and socket is created for each endpoint (like a socket per endpoint in TCP) backend. I think...
There are few problems reported by Travis,I'll have to address them before it will be merged, I hope to do it soon, but generally all basic things are working atm.
All comments were addressed, PR was put on the top of `zmq-exceptions` PR.
I have rebased changes on the top.
CI is still unreliable, I want to merge everything that is safe to merge and postphone other things to make some sort of refactoring in other to improve situation.
Sorry for the late response. Do I understand correctly that `gatherFromA` differ from gather in a way that we return an `async` of the worker so we can wait on...
I was not able to reproduce the problem as-is on the recent versions. as-is the program does not compile with the error message ``` • No instance for ‘MonadUnliftIO (ExceptT...
Thanks for the report! Indeed it looks like a problem somewhere. A very similar program that does basically the same (except some additional actions for resource managing) has the correct...