mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
40 stars 13 forks source link

Use Boost.Beast in place of websocketpp #1

Closed aaronovz1 closed 1 year ago

aaronovz1 commented 2 years ago

websocketpp hasn't been maintained in a couple years, and since Boost already ships with Beast, it would be better to get rid of an extra thirdparty dependency and use one that comes with boost and is maintained.

https://www.boost.org/doc/libs/1_78_0/libs/beast/doc/html/index.html

godmodegalactus commented 1 year ago

Implementing websockets with boost PR : https://github.com/mschneider/solcpp/pull/77