rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

updates to support new versions of folly #913

Open kylesferrazza opened 2 years ago

kylesferrazza commented 2 years ago

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 changes

Checklist