We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to connect to Amazon api gateway webserver. that's domain is "wss://api-id.execute-api.region.amazonaws.com/stage". It works on javascript wscat module, but doesn't works on your following sample (https://github.com/getnamo/socketio-client-ue4/blob/master/README.md#c-fsocketionative). Please check this.
The text was updated successfully, but these errors were encountered:
Well, i did unittest with websocket++ because socketio-client-ue4 uses that libraries. It looks doesn't work on websocket++ too.
Sorry, something went wrong.
I succeed to connect that uri. The problem was SSL. I followed this sample zaphoyd/websocketpp#706
SSL support is an ongoing high priority issue: #39
non-ssl connections should work as expected e.g. http://myserver.com:3000
Thanks for reply. I expect it.
No branches or pull requests
I want to connect to Amazon api gateway webserver. that's domain is "wss://api-id.execute-api.region.amazonaws.com/stage". It works on javascript wscat module, but doesn't works on your following sample (https://github.com/getnamo/socketio-client-ue4/blob/master/README.md#c-fsocketionative). Please check this.
The text was updated successfully, but these errors were encountered: