BSD-3-Clause licensed by Tweag I/O
Maintained by Alexander Vershilov
This version can be pinned in stack with:network-transport-zeromq-0.2.1.1@sha256:a7352eee99efcced88ee3ce768dfa19b06a3d7d7a5353174d12f5479c1ed96bb,9162

Module documentation for 0.2.1.1

Implementation of the <http://hackage.haskell.org/package/network-transport network-transport> API over ZeroMQ. This provides access to the wealth of transports implemented in ZeroMQ, such as in-process, inter-process, TCP, TPIC and multicast. Furthermore, this makes it possible to encrypt and authenticate clients using ZeroMQ's security mechanisms, and increase throughput using ZeroMQ's intelligent message batching.

Changes

0.2.1

This is a bugfix release.
  • Verify that exceptions don’t leak to the outer scope;
  • Proper exceptions handling inside the library;
  • A memory leak was fixed;
  • Loosen dependecy constraints;
  • Implement a notion of Hints, additional parameters that allow the user to set additional options.

0.2

  • Add ability to store arbitrary sockets used by the network-transport