# File lib/em/protocols/linetext2.rb, line 134
134:       def unbind
135:         @lt2_mode ||= nil
136:         if @lt2_mode == :text and @lt2_textpos > 0
137:           receive_binary_data @lt2_textbuffer.join
138:         end
139:       end