OldSocket deprecated? (was: Re: Socket waitForConnectionUntil: is what?)

Daniel Vainsencher danielv at netvision.net.il
Fri Oct 3 22:47:01 UTC 2003


This just occured to me - seems to me OldSocket was basically deprecated
in 3.6, which probably means we should remove it altogether in 3.7, and
start adapting application so the new Socket takes on all of its roles.
Am I missing something?

Daniel

Markus Fritsche <Fritsche.Markus at gmx.net> wrote:
> Mark A. Schwenk wrote:
> 
> > From a quick look at this, it appears that the old method 
> > OldSocket>>waitForConnectionUntil: (which is still available if you 
> > use the deprecated class OldSocket instead of Socket) takes a Time 
> > argument whereas the new method Socket>>waitForConnectionFor: takes a 
> > Number interpreted as the number of milliseconds.
> 
> That's not the problem. However, using OldSocket helps for now.
> 
> Thanks, Markus



More information about the Squeak-dev mailing list