README.rdoc in stomp-1.3.0 vs README.rdoc in stomp-1.3.1

- old
+ new

@@ -10,10 +10,11 @@ ===New See _CHANGELOG.rdoc_ for details. +* Gem version 1.3.1. Bugfix for logging. * Gem version 1.3.0. Added ERROR frame raising as exception, added anonymous connections, miscellaneous other fixes. * Gem version 1.2.16. Fixed Stomp::Client to expose its connection's host parameters. * Gem version 1.2.15. Timeout cleanup, added license info to gemspec. * Gem version 1.2.14. Cleanup. * Gem version 1.2.13. Stomp::Client#unreceive max_redeliveries fix. @@ -63,9 +64,10 @@ :fast_hbs_adjust => 0.0, # Fast heartbeat senders sleep adjustment, seconds, needed ... # For fast heartbeat senders. 'fast' == YMMV. If not # correct for your environment, expect unnecessary fail overs :connread_timeout => 0, # Timeout during CONNECT for read of CONNECTED/ERROR, secs :tcp_nodelay => true, # Turns on the TCP_NODELAY socket option; disables Nagle's algorithm + :start_timeout => 10, # Timeout around initialization } # for client client = Stomp::Client.new(hash)