Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def sendraw(txd)
- begin
- @conn.puts(txd)
- rescue Exception => e
- pp e
- break if @die
- puts "write error: #{$!}"
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement