fbthrift icon indicating copy to clipboard operation
fbthrift copied to clipboard

Facebook's branch of Apache Thrift, including a new C++ server.

Results 57 fbthrift issues
Sort by recently updated
recently updated
newest added

For fbthrift python on jupyterlite/pyodide, [fcntl is not yet supported]( https://github.com/pyodide/pyodide/discussions/4150) , it's worth bypassing it in such cases similar to the Windows case.

CLA Signed

As far as I can see `fbthrift` supports all major languages which are used at Meta (Hack, Cpp, Rust, Python and Java [^1]) but the examples directory only contains a...

Build fails: ``` CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle): "transport" of type SHARED_LIBRARY depends on "rpcmetadata" (weak) depends on "thriftprotocol" (weak) depends on...

I find 2 problems during using concurrent server of thrift go lib: 1. the process routine maybe panic when socket.Write() function and socket.Close() function called in parallel. details is that:...

Hi guys, I hope this message finds you well. I encountered a memory leak issue while using HeaderClientChannel in my code. The version I'm using is 2021.03.08.00. Here's my usage...

Hi , when i want to compile the source code , i get the following error: `fbthrift/thrift/lib/cpp2/async/TwoWayBridge.h:24:10: fatal error: folly/experimental/channels/detail/AtomicQueue.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]:...

Here is the error code: ``` Previous HEAD position was f300129f Fix/improve/cleanup async test namespacing and build targets HEAD is now at 39f0dbf0 Updating submodules Previous HEAD position was 8005e59c...

Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). Since PGO showed measurable improvements in compiler-like workloads (Clang, GCC, Rustc, etc.) I think it...

``` -- Configuring done (1.1s) CMake Error at thrift/lib/cpp2/CMakeLists.txt:309 (add_dependencies): The dependency target "mvfst::mvfst_server_async_tran" of target "thriftcpp2" does not exist. CMake Error at thrift/lib/cpp2/CMakeLists.txt:320 (target_link_libraries): Target "thriftcpp2" links to: mvfst::mvfst_server_async_tran...

Command run: 1. ./build/fbcode_builder/getdeps.py install-system-deps --recursive fbthrift 2. ./build/fbcode_builder/getdeps.py --allow-system-packages build fbthrift Attached error log [error_log.txt](https://github.com/facebook/fbthrift/files/11861577/error_log.txt) Thanks a lot for your time and help!