distributed-process
distributed-process copied to clipboard
Add more docs for createTransport
Refers to: https://github.com/haskell-distributed/network-transport-tcp/pull/50
It is not clear how to migrate from previous version to new createTransport. What should I pass to (ServiceName -> (HostName, ServiceName)) to preserve old behavior?
What should I pass to (ServiceName -> (HostName, ServiceName)) to preserve old behavior?
I'd say createTransport host port (host,) params. Patches welcome.