tuanpm wrote:sfinx wrote:Any news on this publish queue? Or has anyone made a working queue implementation in lua?
Please try this: https://github.com/tuanpmt/lua-async ,
I've written this lib to make async process easier, now only waterfall function, you can publish another msg by callback after send msg.
Queue need a lot of RAM, not comfortable for LUA module
Thanks, I will have a look at that! I'm not sure however if this would solve the problem where 1 publish is triggered by a timer and another one by an interrupt..