Method: NATS#process_pong

Defined in:
lib/nats/client.rb

#process_pongObject

[View source]

1117
1118
1119
1120
# File 'lib/nats/client.rb', line 1117

def process_pong
  @pongs_received += 1
  @pings_outstanding -= 1
end