> ``` > worker = Pigato::Worker.new('tcp://localhost:55555', 'echo') > reply = nil > loop do > request = worker.recv reply > worker.reply request > end > ``` 1. worker has to be started with `worker.start` 2. `worker.recv` takes no params