# File lib/em/protocols/line_and_text.rb, line 77
77:       def unbind
78:         if @lbp_mode == :binary and @lbp_binary_limit > 0
79:           if respond_to?(:receive_binary_data)
80:             receive_binary_data( @lbp_binary_buffer[0...@lbp_binary_bytes_received] )
81:           end
82:         end
83:       end