Well first, always test the result of connect():
But I don't think that's your problem in this case. More likely datagrams aren't being sent to the localhost you're referencing.Qt Code:
bool success = connect(...); Q_UNUSED(success); Q_ASSERT(success);To copy to clipboard, switch view to plain text mode
Bookmarks