# HG changeset patch # User jbe # Date 1496773497 -7200 # Node ID 416550ff0bb5332d686f02e92ea8d7b0e3a0d309 # Parent e09654c4a0420bb6755b24acb9ab798b6492567e Removed obsolete warning in documentation diff -r e09654c4a042 -r 416550ff0bb5 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Tue Jun 06 16:14:33 2017 +0200 +++ b/framework/bin/mcp.lua Tue Jun 06 20:24:57 2017 +0200 @@ -344,8 +344,6 @@ Handlers for main routines (proto = "main") get a poll function passed as first and only parameter. This poll function behaves like moonbridge_io.poll(...) with the exeception that the return value is "terminate", "timeout", or "io" depending whether a termination is requested, a timeout happened, or data is ready for I/O. -No handler or pre-/postfork initializer should use moonbridge_io.signalsocket(...) directly because this can interfere with signal detection for shutdown. - --]]-- -- prepare for interactive or listen mode if WEBMCP_MODE == "interactive" then