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

## Motivation and Context Fixes a compilation error with the latest versions of folly, where an override was missing a parameter. ## How Has This Been Tested ## Types of...

It doesn't build with the latest versions of folly, and issues get no response.

Client sends KEEPALIVE(EMPTY) in this case. ## Motivation and Context This change is required for the rsocket-cpp client to be able to work with current rsocket-java and rsocket-kotlin servers, which...

Summary: X-link: https://github.com/facebookincubator/katran/pull/157 X-link: https://github.com/facebook/watchman/pull/1011 X-link: https://github.com/facebook/wangle/pull/205 X-link: https://github.com/facebook/proxygen/pull/401 X-link: https://github.com/facebook/openr/pull/129 X-link: https://github.com/facebook/fbzmq/pull/35 X-link: https://github.com/facebook/fb303/pull/26 X-link: https://github.com/facebook/bistro/pull/59 X-link: https://github.com/facebook/folly/pull/1734 X-link: https://github.com/facebook/fboss/pull/113 Adds an environment variable to getdeps to provide `hg`...

-- Found folly: /usr/local debug mode was set Compiler has atomic std::shared_ptr support == macOS detected, disabling ASAN for yarpl -- Found folly: /usr/local yarpl source dir: /Users/xieyongping/Source/cpp/rsocket-cpp/yarpl -- Configuring...

Any plan for supporting RSocket based on WebSocket?

If installing `rsocket` with `vcpkg`, if `range-v3` is installed first, `folly` headers upon which `rsocket` depends try to drag in those `range-v3` headers, which fails: ``` C:\PROGRA~2\MICROS~3\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DDEBUG...

``` /wrkdirs/usr/ports/net/rsocket-cpp/work/rsocket-cpp-2021.08.30.00/rsocket/transports/tcp/TcpConnectionAcceptor.cpp:34:53: error: non-virtual member function marked 'override' hides virtual member function const folly::SocketAddress& address) noexcept override { ^ ``` clang-13 FreeBSD 13

Hi All, we tried to build an old version of rsocket-cpp for mcrouter support but we found an issue during the CMAKE generation phase. ## Expected Behavior We expect the...

I installed folly by vcpkg in debian 10, compile this project with gcc8.3. Here is the error message when make -j: /home/xqtu/repo/rsocket-cpp/rsocket/transports/tcp/TcpConnectionAcceptor.cpp:46:8: error: ‘void rsocket::TcpConnectionAcceptor::SocketCallback::acceptError(folly::exception_wrapper)’ marked ‘override’, but does not...