Hi,
I have some difficulties using the open-tcp-client primitive on MacOSX 10.4 with Gambit-Cb14. The primitive returns a port before that port is actually ready to be used for sending/receiving data.
Is this a problem? The Gambit runtime performs an asynchronous connect. This is done so that multiple connections can be started in parallel. If there is a connection error it will be reported the next time you do I/O on that port.
Marc