Skip to content

Issues in using ASIO standalone #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
LuzyCat opened this issue Jan 19, 2021 · 2 comments
Closed

Issues in using ASIO standalone #283

LuzyCat opened this issue Jan 19, 2021 · 2 comments

Comments

@LuzyCat
Copy link

LuzyCat commented Jan 19, 2021

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

@Nelson-numerical-software

@LuzyCat
Copy link
Author

LuzyCat commented Jan 20, 2021

Thanks for your help.
It works well:)

Have a good day.

@LuzyCat LuzyCat closed this as completed Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants