• R
    Add support for continuous query in Lua connector. · 79e1a7bc
    robot 提交于
    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.
    79e1a7bc
test.lua 3.1 KB