Sebastian Zenker created THRIFT-3496:
----------------------------------------
Summary: C++: Cob style client fails when sending a consecutive
request
Key: THRIFT-3496
URL: https://issues.apache.org/jira/browse/THRIFT-3496
Project: Thrift
Issue Type: Bug
Components: C++ - Compiler, C++ - Library
Affects Versions: 1.0
Environment: Linux
Reporter: Sebastian Zenker
Priority: Critical
I extended the C++ unit tests to send a second request using the same generate
client instance (without recreating it). This causes the following two problems:
1.) the client still has the first request in it's output buffer causing it to
send the first request again and again
2.) the wrong cob gets called, as sending the second request will always
overwrite the cob of the first request
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)