I'm working on a wxWidget application which communicates with a POE::Component::TCP::Server based commandline application.
The client GUI app has a main POE session which also spawns a POE::Component::TCP::Client. The client is not connecting to the server.
If I get rid of GUI code along with POE::Loop::Wx, it works.
Is there something wrong with Loop::Wx? Or should I apply some other magic to make the TCP::Client work under Loop::Wx?