Github user Gjergj commented on the pull request:
https://github.com/apache/thrift/pull/979#issuecomment-206763268
lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp seems to be written for
lib/cpp/src/thrift/qt/TQTcpServer.cpp which is an async server. The
lib/cpp/src/thrift/transport/TQtcpSocket I wrote is for a sync client.
Qt sync TcpSocket communication requires that you call waitForBytesWritten
, waitForReadyRead and waitForConnected so I am not quite sure how to modify
TQIODeviceTransport.
I am open for any suggestion about this and cmake/config.h issue.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---