rsocket / rsocket-cpp

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

Folly's AsyncServerSocket::onConnectionAccepted method takes the first param as const #883

Closed phoad closed 5 years ago

phoad commented 5 years ago

Folly's AsyncServerSocket class has changed, which requires the connectionAccepted method's first parameter to be const.