mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-02-13 15:02:48 +01:00
Update lua-api.c
This commit is contained in:
parent
64a3244d5d
commit
53e2a2c2ef
@ -101,7 +101,7 @@ void* handle(void* data)
|
|||||||
free(cnf);
|
free(cnf);
|
||||||
if(apis)
|
if(apis)
|
||||||
free(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);
|
//lua_close(L);
|
||||||
}
|
}
|
||||||
void destroy()
|
void destroy()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user