return;
}
// on startup, queue the messages until the startup completes
if (isBeforeActive()
&& addStartupPacket(new QueryResult(id, to, from, payload))) {
// startup packets are successful
}
else {
// use default error handling
super.queryResult(id, to, from, payload);