From 345898785f651659a96ca7286f2f84737ac3e85c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 24 Feb 2012 18:54:25 +1000 Subject: Time to fork luaproc and turn it into an EFL based thing, with tighter integration into LuaSL. More of this coming soon. --- libraries/luaproc/luaproc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libraries/luaproc') diff --git a/libraries/luaproc/luaproc.c b/libraries/luaproc/luaproc.c index 7f4b2bb..78c713f 100644 --- a/libraries/luaproc/luaproc.c +++ b/libraries/luaproc/luaproc.c @@ -544,6 +544,8 @@ const char *sendToChannelErrors[] = "error scheduling process" }; +// TODO - If these come in too quick, then messages might get lost. Also, in at least one case, it locked up this thread I think. + /* send a message to a lua process */ const char *sendToChannel(const char *chname, const char *message, luaproc *dst, channel *chn) { -- cgit v1.1