Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 628 Bytes

UPGRADING3.1.md

File metadata and controls

21 lines (14 loc) · 628 Bytes

Upgrading From 2.1 to 3.1

See the general upgrading guidelines here.

Things to watchout for in erlzmq2

The 'timeout' flag has been removed from the send receive flags. In 3.1 the native zeromq sndtimeo and rcvtimeo flags where added. You should use these instead.

Also, is in zeromq as a whole the hwm flag has been replaced with sndhwm and rcvhwm.

Things not to worry about

The rest of the things in that upgrade guide can be ignored. The erlzmq2 nif binding abstracts that away for you.