# File lib/em/channel.rb, line 17
17:     def initialize
18:       @subs = {}
19:       @uid = 0
20:     end