Method: NATS#queue_server_rt
- Defined in:
- lib/nats/client.rb
#queue_server_rt(&cb) ⇒ Object
:nodoc:
827 828 829 830 831 |
# File 'lib/nats/client.rb', line 827 def queue_server_rt(&cb) #:nodoc: return unless cb (@pongs ||= []) << cb send_command(PING_REQUEST) end |