in reply to Socket error: Cannot determine peer address (solved!)

The server processes one command per connection (after which $in gets destroyed). So the client can't send a second command w/o reconnecting (which is done in ->new() when you specify a PeerAddr).

- tye        

  • Comment on Re: Socket error: Cannot determine peer address ($in)