Skip to content

Commit

Permalink
example.c: compatible with the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Oct 1, 2018
1 parent 6e1465b commit 76bdee4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/example.c
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ static void uwsc_onopen(struct uwsc_client *cl)
ev_io_init(&stdin_watcher, stdin_read_cb, STDIN_FILENO, EV_READ);
ev_io_start(cl->loop, &stdin_watcher);

/* Send Ping per 10s */
cl->set_ping_interval(cl, 10);

printf("Please input:\n");
}

Expand Down

0 comments on commit 76bdee4

Please sign in to comment.