Class: Ring::SQA::Receiver
- Defined in:
- lib/ring/sqa/poller/receiver.rb
Constant Summary
Constants inherited from Poller
Instance Method Summary collapse
Methods inherited from Poller
Instance Method Details
#run ⇒ Object
6 7 8 9 10 |
# File 'lib/ring/sqa/poller/receiver.rb', line 6 def run udp = udp_socket udp.bind address, port+1 loop { receive udp } end |