Deprecated API
Contents
-
Deprecated FieldsFieldDescriptionAs of release 3.0 of zeromq, replaced by
ZMQ.ROUTER
As of release 3.0 of zeromq, replaced byZMQ.DEALER
-
Deprecated MethodsMethodDescriptionuse Poller constructoruse Poller constructorTimeout handling has been moved to the poll() methods.Timeout handling has been moved to the poll() methods.use
ZMQ.Socket.recvStr(Charset)
instead.useZMQ.Socket.recvStr(int, Charset)
instead.