On 22 Mar 2013, at 18:21, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Sven,
In my case it solves the problem. Everything is working ok now.
That is great news. Thank you, for reporting the issue, being persistent and helping us, this is an essential step for making progress in open source projects.
Thanks for the fix.
Cheers, Andrei
On Fri, Mar 22, 2013 at 4:04 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 22 Mar 2013, at 15:34, Sven Van Caekenberghe <sven@stfx.eu> wrote:
SocketStream>>next: next: anInteger ^ self nextInto: (self streamBuffer: anInteger)
Make that
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection."
^ self nextInto: (self streamBuffer: count)