// that's quite bad you see. a previous worker died with an undelivered message.
// but all its subscribers' connections presumably got canned, too. so it's not so bad after all.
ngx_log_error(NGX_LOG_ERR,ngx_cycle->log,0,"push stream module: worker %i intercepted a message intended for another worker process (%i) that probably died",ngx_pid,worker_msg->pid);
ngx_log_error(NGX_LOG_ERR,ngx_cycle->log,0,"push stream module: worker %i intercepted a message intended for another worker process (%i) that probably died and will remove the reference to the old worker",ngx_pid,worker_msg->pid);