1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-13 06:52:47 +01:00

Update lua-api.c

This commit is contained in:
Xuan Sang LE 2019-11-08 15:01:42 +01:00 committed by GitHub
parent 64a3244d5d
commit 53e2a2c2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ void* handle(void* data)
free(cnf);
if(apis)
free(apis);
return antd_create_task(NULL, (void*)rq, NULL,time(NULL));
return antd_create_task(NULL, (void*)rq, NULL,rq->client->last_io);
//lua_close(L);
}
void destroy()