Skip to content

API change: Zap Domain can not be empty (issue #63)

libzmq no longer supports an empty zap domain - see https://github.com/zeromq/libzmq/commit/6f967c3a13a1e02359768e9b6e8cc7a6f7debf8e#diff-8fc678ba06a385b9b43fa2afc72e840cL440 so change the lower length from N0 to N1.

Tested with stack lts-13.6 ghc 8.6.3 lts-12.26 ghc 8.4.4 lts-11.22 ghc 8.2.2 lts-9.21 ghc 8.0.2

Merge request reports