# File lib/em/channel.rb, line 15
    def initialize
      @subs = {}
      @uid  = 0
    end