Skip to content

Commit d062622

Browse files
committed
add a bit of guidance with upgrading
1 parent d90e94d commit d062622

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

UPGRADING3.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Upgrading From 2.1 to 3.1
2+
=========================
3+
4+
See the general upgrading guidelines [here](http://www.zeromq.org/docs:3-1-upgrade).
5+
6+
Things to watchout for in erlzmq2
7+
---------------------------------
8+
9+
The 'timeout' flag has been removed from the send receive flags. In
10+
3.1 the native zeromq `sndtimeo` and `rcvtimeo` flags where added. You
11+
should use these instead.
12+
13+
Also, is in zeromq as a whole the hwm flag has been replaced with
14+
sndhwm and rcvhwm.
15+
16+
Things not to worry about
17+
-------------------------
18+
19+
The rest of the things in that upgrade guide can be ignored. The
20+
erlzmq2 nif binding abstracts that away for you.
21+

0 commit comments

Comments
 (0)