# File ruby/bstream.rb, line 1103 def initialize(host,port) super("CL") @host = host @port = port @socket_thread = nil @shutdown_flag = false end