-
Notifications
You must be signed in to change notification settings - Fork 17
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
example server + client fails #7
Comments
well it seems its more of a bad description of what should happen. client connects to third party api online. expected a client / server local ping pong |
Hello @bjornstromberg , It looks that API key for demo server is expired. auto connection = connector->connect("v3/channel_1?api_key=VCXCEuvhGcBDP7XhiJJUDvR1e1D3eiVjgZ9VRiaV¬ify_self"); |
The 'client' example can be modified to connect to localhost with the 'server' example with
and the examples can be easily build by modifying the main CMake file in /src to have at the end
|
see oatpp/oatpp-websocket#38 (comment) it seems to be the same issue.
The text was updated successfully, but these errors were encountered: