celluloid/celluloid-zmq

View on GitHub
examples/publish_subscribe.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run
    link = "tcp://127.0.0.1:5555"

    s1 = Socket::Pub.new
    s2 = Socket::Sub.new
Severity: Minor
Found in examples/publish_subscribe.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status