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,8 +341,14 @@ void do_networking(ControllerContext &ctx)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
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);
|
log_trace("Received DoomFrame from unregistered doom (pid=%d)", pid);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
nng_msg_free(msg);
|
nng_msg_free(msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue