backout ack change for now

This commit is contained in:
Eric House 2021-03-12 07:16:28 -08:00
parent f947382f4c
commit ca88d9c0bf

View file

@ -2367,7 +2367,9 @@ validateChannelMessage( CommsCtxt* comms, XWEnv xwe, const CommsAddrRec* addr,
} else if ( msgID != rec->lastMsgRcd + 1 ) {
XP_LOGF( TAGFMT() "expected %d, got %d", TAGPRMS,
rec->lastMsgRcd + 1, msgID );
ackAnyImpl( comms, xwe, XP_TRUE );
/* Let's not do this yet. I need to understand why there are
messages with msgID==0 and how to get rid of them. */
// ackAnyImpl( comms, xwe, XP_TRUE );
rec = NULL;
}
} else {