tweag / network-transport-zeromq

ZeroMQ transport for distributed-process (aka Cloud Haskell)
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Use system mechanism to bind to random port. #10

Closed qnikst closed 10 years ago

qnikst commented 10 years ago

Use System.ZMQ4.lastEndPoint to obtain last bounded endpoint and read port.

Changes:

mboes commented 10 years ago

Looks good. Good to merge after following fix:

qnikst commented 10 years ago

Update, merging.