Add support for continuous query in Lua connector.
Malloc memory to store Lua state and callback function from Lua. Connector can support multiple connection by this way. Memory will be freed when connection isn't established successfully or connection is closed by lua call. Stream content in Lua is not the same one with stream content in connector. A loop in test code do the job for continuous query. record is inserted between query actions.
Showing
tests/examples/lua/build.sh
100644 → 100755
文件模式从 100644 更改为 100755
想要评论请 注册 或 登录