From bf19fdbd095abfd63d538ed685a3fc3df8dfe50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Brosnan=20Bl=C3=A1zquez?= Date: Fri, 12 Dec 2014 12:26:17 +0000 Subject: [PATCH] nopoll: * [fix] More updates to clarify nopoll_conn_is_ok usage. --- src/nopoll_conn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nopoll_conn.c b/src/nopoll_conn.c index 1dced4f..fd18e03 100644 --- a/src/nopoll_conn.c +++ b/src/nopoll_conn.c @@ -1007,6 +1007,9 @@ int nopoll_conn_ref_count (noPollConn * conn) * session establishment didn't take place and hence * nopoll_conn_is_ready will fail. * + * Please, see the following link for a complete example that connects + * and ensure the connection is ready (for a client): http://www.aspl.es/nopoll/html/nopoll_core_library_manual.html#creating_basic_web_socket_client + * * @param conn The websocket connection to be checked. * * @return nopoll_true in the case the connection is working otherwise