socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Compiling for pi
#include "sio_socket.h" sio::client h;
gives me:
compiled with: g++ -lpthread -lrt siotst.cpp -o sio -std=c++11
error: ‘client’ in namespace ‘sio’ does not name a type
Any help would be appreciated.
Hi, could you try now with the new version of the library?