ConnectionQueue question???

jchludzinski at worldkey.net jchludzinski at worldkey.net
Mon Oct 2 22:19:31 UTC 2000


I create an instance of ConnectionQueue to listen on a specified 
portNumber (hardwiring the queueLength to be 4).  When I try to 
connect to this instance

(using an instance of Socket:

socket _ Socket newTCP.
socket connectTo: (NetNameResolver localHostAddress) port: 54321.
socket waitForConnectionUntil: Socket standardDeadline.)

nothing shows up in 'connection' (an instance of 
OrderedCollection).  As a consequence, 'getConnectionOrNil' returns 
'nil'.

Obviously I'm doing something wrong, any suggestions???


---John








More information about the Squeak-dev mailing list