Sha256: 8de31a317785dd60b03d323cc347c968f7792943ddec5ce07e2038b274b80742

Contents?: true

Size: 574 Bytes

Versions: 9

Compression:

Stored size: 574 Bytes

Contents

Upgrading from 0.1.x to 0.2+
----------------------------

Initializing a socket now allows `protocol`, `address`, and `port` as optional parameters.

If you were passing `address` in as a string containing all three, this is no longer required, and will fail.

`provides` and `action` removed from `Server` and `Subscriber` respectively. `handler` removed from #listen.

Server#listen and Subscriber#listen now yield received messages to a block, if given. The return of the block will be send as the response.

Client#request now yields the response message to the block.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ezmq-0.3.7 UPGRADING.md
ezmq-0.3.6 UPGRADING.md
ezmq-0.3.5 UPGRADING.md
ezmq-0.3.4 UPGRADING.md
ezmq-0.3.3 UPGRADING.md
ezmq-0.3.2 UPGRADING.md
ezmq-0.3.1 UPGRADING.md
ezmq-0.3.0 UPGRADING.md
ezmq-0.2.0 UPGRADING.md