[BUG]JabberClient(Object)>>halt

goran.krampe at bluefish.se goran.krampe at bluefish.se
Thu Jun 26 08:11:29 UTC 2003


Brian Brown <rbb at techgame.net> wrote:
> On Wednesday 25 June 2003 02:16 pm, Brian Brown wrote:
> > Thanks for all your work, Michael!
> >
> > When I tried the JabberBuddyList open and put my info in,
> > Socket>>getDataQuicker dies (Socket MNU waitForDataUntil:), which
> > eventually turns into a halt. I cmd-. out of that, but no go... it looks
> > like I defined the identity right, any ideas where I might look?
> >
> 
> ... the method waitForDataUntil: exists in OldSocket, but not in Socket. 
> 
> Am I mistaken in thinking that the latest 3.6 image has the network rewrite in 
> it?

Nope, not mistaken - it's in. I don't have the jabber code right now but
my 3.6 has no #getDataQuicker at all - perhaps that is added by the
jabber code?

#waitForDataUntil: is only in OldSocket, and used by HTTPSocket which
hasn't been rewritten yet I guess. Perhaps Jabber is written to the
OldSocket?

regards, Göran



More information about the Squeak-dev mailing list