Comment 0 for bug 821353

Revision history for this message
Alexander Regueiro (alexreg) wrote :

Currently the low-level protocol code in IrcClient makes use of the CircularBufferStream and LineReader classes for asynchronous reading of lines from the socket.

A fully asynchronous and simpler method of reading lines from the socket could be achieved using custom logic and an appropiate instance of System.Text.Encoding.