[Squeak 3.9] Socket waitForData won't wake up when data become available

Michael Rueger michael at impara.de
Tue Jun 12 11:54:10 UTC 2007


Jon Hylands wrote:
> On Tue, 12 Jun 2007 10:32:40 +0200 , goran at krampe.se wrote:
> 
>> And also - by "empty" I mean *empty* as in brokenly-weird-empty - not
>> just-an-empty-implementation-of-a-method.
>> I don't even get a signature in the code pane! And no implementors of it
>> either.
> 
> My image is 3.8, #6665. The instance variable 'buffered' is actually used:

That explains it. that is 3.8, not 3.8.1. Only the latter includes the 
FastSocketStream implementation renamed as SocketStream. Not only fast 
but also less buggy than my original implementation.
You should be able to simply run updates to get to 3.8.1.

Michael



More information about the Squeak-dev mailing list