-
Notifications
You must be signed in to change notification settings - Fork 736
socket.io-client-cpp does not connect to node app on Heroku #221
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
Comments
Changed URL from |
Built app with Solution found here: #137 |
@akontsevich I'm still trying to connect to a simple node js server hosted locally (which is using http) build using express, and implemented a simple socket.io on it. But I'm still stuck in connecting, and getting the following error.
I'm trying to run the console example app, and using VS 2017 and 141v toolset. I also pointed the submodules (rapidjson and websocketpp) to their head. Any other change I need to make? |
@pampas93 also get following error today trying to connect to local
cause for production I've built with |
socket.io-client.cpp
does not connect to node app on Heroku while Node JSsocket.io-client
does without any problem. Error is:How to fix? Any workaround?
The text was updated successfully, but these errors were encountered: