heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
71 stars 25 forks source link

allow external ws transport io #112

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

If we're building for wslay, the IO layer can theoretically either be libcurl or some external library. This allows for us to actually build with an external library.