add comment about DoomFrames from unregistered dooms
This commit is contained in:
parent
ff89a984fb
commit
abb563440d
1 changed files with 6 additions and 0 deletions
|
@ -341,7 +341,13 @@ void do_networking(ControllerContext &ctx)
|
|||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
// FIXME: this case happens if too many dooms are spawned at
|
||||
// once: we miss some of their DoomState DP_DS_Ready messages
|
||||
// and thus never register them. The dooms do however see our
|
||||
// DP_DC_RunDoom commands so they start running.
|
||||
log_trace("Received DoomFrame from unregistered doom (pid=%d)", pid);
|
||||
}
|
||||
}
|
||||
|
||||
nng_msg_free(msg);
|
||||
|
|
Loading…
Reference in a new issue