webmcp

changeset 481:416550ff0bb5

Removed obsolete warning in documentation
author jbe
date Tue Jun 06 20:24:57 2017 +0200 (2017-06-06)
parents e09654c4a042
children 87c87be92154
files framework/bin/mcp.lua
line diff
     1.1 --- a/framework/bin/mcp.lua	Tue Jun 06 16:14:33 2017 +0200
     1.2 +++ b/framework/bin/mcp.lua	Tue Jun 06 20:24:57 2017 +0200
     1.3 @@ -344,8 +344,6 @@
     1.4  
     1.5  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.
     1.6  
     1.7 -No handler or pre-/postfork initializer should use moonbridge_io.signalsocket(...) directly because this can interfere with signal detection for shutdown.
     1.8 -
     1.9  --]]--
    1.10  -- prepare for interactive or listen mode
    1.11  if WEBMCP_MODE == "interactive" then

Impressum / About Us