March 22, 2013
5:21 p.m.
Hi Sven, In my case it solves the problem. Everything is working ok now. 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)