Hi:
I've been testing the latest trunk of Thrift, and Scribe. I was
wondering if there might be an issue with the TFramedTransport in PHP?
Even when I run the unit test (strange_input) from scribe, it fails
and Scribe mentions:
TTransportException: Server::process() No more data to read.
I have tested other clients (Python) for example and it works just
fine. Since the unit test is failing for strange input, I wouldn't
think its my code as I can successfully write messages at certain
lengths of size, such as 100, but not at 200 (because it seems its not
being fully flushed?).
Any pointers would be highly appreciated.
-Chris