Skip to content

Commit

Permalink
Update federation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Edward A. Lee <[email protected]>
  • Loading branch information
byeonggiljun and edwardalee authored Oct 17, 2024
1 parent c12dbfd commit f484d14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1176,10 +1176,8 @@ class RTIClient extends EventEmitter {

Log.debug(this, () => {
return `Downstream next event tag (DNET) received from RTI for ${tag}.
FIXME: No functionality has been implemented yet for a federate receiving
a MSG_TYPE_STOP_GRANTED message from the RTI`;
DNET is not yet supported in TypeScript. Ignored.`;
});
// this.emit("downstreamNextEventTag", tag);
bufferIndex += 13;
break;
}
Expand Down

0 comments on commit f484d14

Please sign in to comment.