Change connection str back to echo.websocket.org

master
Payden Sutherland 12 years ago
parent 5b6c5e24fe
commit 06ac80bd3b

@ -32,7 +32,7 @@ int onopen(wsclient *c) {
int main(int argc, char **argv) {
//Initialize new wsclient * using specified URI
wsclient *client = libwsclient_new("ws://localhost:8080");
wsclient *client = libwsclient_new("ws://echo.websocket.org");
if(!client) {
fprintf(stderr, "Unable to initialize new WS client.\n");
exit(1);

Loading…
Cancel
Save