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