sternezsl
Results
2
issues of
sternezsl
I would like to concurrently send requests to fbthrift server, so I created a client with the following code: ``` rust #[tokio::main] async fn main() -> anyhow::Result { let stream...
When running unittest `thrift/lib/cpp2/test/FutureTest.cpp` ``` # ./bin/cpp2_test_FutureTest [==========] Running 8 tests from 1 test suite. [----------] Global test environment set-up. [----------] 8 tests from ThriftServer [ RUN ] ThriftServer.FutureExceptions ***...