Comment 6 for bug 518512

Revision history for this message
Wilton (risenhoover) wrote :

Ok now it works. The error I was getting before was an exception from my worker class. So to recap, this change makes it work.

//assert(client->task != NULL);

if ( client->task != NULL ) {
      client->task->recv= &(client->con->packet);
}