network-transport-tcp icon indicating copy to clipboard operation
network-transport-tcp copied to clipboard

Add more docs for createTransport

Open NCrashed opened this issue 6 years ago • 1 comments

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?

NCrashed avatar May 17 '18 16:05 NCrashed

What should I pass to (ServiceName -> (HostName, ServiceName)) to preserve old behavior?

I'd say createTransport host port (host,) params. Patches welcome.

facundominguez avatar May 18 '18 12:05 facundominguez