When my client successfully connects and disconnects to my poe server I get:
Client session 4 got read error 0 (Normal disconnection) On my screen when my server isn't running but I run my client code, and I put: print "return code: ", $poe_kernel->run, "\n"; I get: Client 2 got connect error 111 (Connection refused) return code: 7 Couple of questions: 1) why is the connect error 111, but the return code different, 7 2) Do clients (and servers) always print the occurrence of connects & disconnects to STDERR? Or am I not setting some parameter to silence it? 3) Seems like there are only return codes from ->run method, are others kept in the heap that I should be checking? thanks Jay
