ebshimizu / socket.io-clientpp

A websocket++ and rapidjson based C++ Socket.IO client
Other
111 stars 46 forks source link

No socket_io_handler.* #7

Closed ostrolucky closed 10 years ago

ostrolucky commented 10 years ago

In usage section of readme you say we need to include socket_io_handler.cpp and socket_io_handler.hpp. There is no such files in your github repository

ebshimizu commented 10 years ago

It appears that I was referring to the class socketio_client_handler declared in the file socket_io_client.hpp and implemented in socket_io_client.cpp. I'm a bit surprised this error hasn't been caught for a few years, but I'll update the readme soon to avoid further confusion.

ebshimizu commented 10 years ago

Fixed in 58190d7