rsocket-cpp icon indicating copy to clipboard operation
rsocket-cpp copied to clipboard

C++ implementation of RSocket

Results 51 rsocket-cpp issues
Sort by recently updated
recently updated
newest added

When exexute `make -j`: ``` Undefined symbols for architecture x86_64: "folly::f14::detail::F14LinkCheck::check()", referenced from: folly::f14::detail::F14Table::rehashImpl(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long)::'lambda'()::operator()() const in ColdResumeManager.cpp.o ld: symbol(s) not found...

According to official RSocket specifications: "A PAYLOAD MUST NOT have both (C)complete and (N)ext empty (false)", but rsocket-cpp does not comply with that statement when has to send fragmented frames....

fix -Wpessimizing-move compile error.

cla signed

Refcounted.h:45:23: error: moving a local object in a return statement prevents copy elision [-Werror=pessimizing-move] 45 | return std::move(old);

cla signed

Summary: Find folly using its installed CMake configuration file, and delete the custom FindFolly.cmake file that was being used previously. The FindFolly.cmake file did not list all dependent libraries necessary...

cla signed

reuse stream id and avoid id conflict.

When building rocket-cpp, it would like to pull something from github, but the repo does not exist. Can you help with some workaround? I was not able to find the...

At the moment I see gtest is configured from log archive which is stored in the project root. It makes troubles in case external package managers. I'm playing with vcpkg...

Composite metadata becoming part of the RSocket spec now. Other languages are supporting it. And it's essential for RSocket broker communication. Hope the cpp sdk can make this feature a...

enhancement

also want to know the progress mentioned on https://community.netifi.com/t/rsocket-c-rpc/115