You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a problem when adding the socket.io client library to my project.
In 'sio_client_impl.h', I got a C2440 error because boost::asio::io_sevice is not compatible with asio::io_service &.
However, if I don't include the boost library, ASIO will also be disabled.
According to #176, there is no dependency on boost and ASIO, but I don't know why the problem occurred.
Is it just my own problem?
Regards,
Meejin Kim
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem when adding the socket.io client library to my project.
In 'sio_client_impl.h', I got a C2440 error because
boost::asio::io_sevice is not compatible with asio::io_service &
.However, if I don't include the boost library, ASIO will also be disabled.
According to #176, there is no dependency on boost and ASIO, but I don't know why the problem occurred.
Is it just my own problem?
Regards,
Meejin Kim
The text was updated successfully, but these errors were encountered: