facil.io icon indicating copy to clipboard operation
facil.io copied to clipboard

document 0.7 version fio_connect function description is error

Open immortalChensm opened this issue 5 years ago • 1 comments

/* ***************************************************************************** The connection protocol (use the facil.io API to make a socket and attach it) ***************************************************************************** */

typedef struct { fio_protocol_s pr; intptr_t uuid; void *udata; void *tls; void (*on_connect)(intptr_t uuid, void *udata); void (*on_fail)(intptr_t uuid, void *udata); } fio_connect_protocol_s; document description is
image

on_fail callback not found on this web page doc

immortalChensm avatar Dec 10 '19 04:12 immortalChensm

Hi @immortalChensm ,

Thank you very much for opening this issue!

I'll try to push a fix as soon as I can.

Kindly, Bo.

boazsegev avatar Dec 12 '19 16:12 boazsegev