Dimon4eg

Results 16 comments of Dimon4eg

@dumganhar any update? The same fix already has been merged to C++ engine https://github.com/cocos2d/cocos2d-x/pull/17706

The `nakama-cpp` is written in C++ but has also C API. Please read https://github.com/heroiclabs/nakama-cpp/blob/master/README-C.md

https://github.com/heroiclabs/nakama-cpp/releases/tag/v2.5.1 has libs for Mac & Android. iOS build is broken.

Instead of CppRestSDK try to use https://github.com/machinezone/IXWebSocket It has websocket & HTTP support

The same on Ubuntu 20.04. ```bash $ which cmake /snap/bin/cmake ``` The `/snap/bin/cmake` is link: ``` $ readlink -f /snap/bin/cmake /usr/bin/snap ``` CMake works by that link: ``` $ /snap/bin/cmake...