[BUG] Problem with POPSocket

Ken Causey ken at ineffable.com
Tue Apr 23 16:19:44 UTC 2002


On Tue, 2002-04-23 at 11:09, Ned Konz wrote:
> 
> it's called in POPSocket>>connectToPOP so ordinarily shouldn't be a 
> problem.
> 

Interesting, well the problem that lead to my testing and my original
email is that I get "Error: Socket status must Unconnected before
opening a new connection" in POPSocket::connectToPOP:

Socket initializeNetwork.

address _ NetNameResolver addressForName: serverName timeout: 15.
address = nil ifTrue: [
	self error: 'Could not find host address'].

"connect the socket"
self connectTo: address port: 110.

at the connectTo: at the end of this snippet.  Clearly initializeNetwork
is being called here.  Is the first call not suceeding?

Ken

> -- 
> Ned Konz
> http://bike-nomad.com
> GPG key ID: BEEA7EFE
> 
> 
> 





More information about the Squeak-dev mailing list