Skip to content
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

document 0.7 version fio_connect function description is error #81

Open
immortalChensm opened this issue Dec 10, 2019 · 1 comment
Open

Comments

@immortalChensm
Copy link

/* *****************************************************************************
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

@boazsegev
Copy link
Owner

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 added a commit that referenced this issue Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants