You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until now, the TypeScript-targeted federates have different NET sending strategies to the C-targeted ones.
We have to synchronize this to generalize the RTI message protocol.
There are no NET messages from upstream reactors. This leads to downstream reactors suspending.
At the initializing, C targeted federates send NET (0 sec, 0). In reactor-ts, only downstream reactors send NET (FOREVER).
The text was updated successfully, but these errors were encountered:
Until now, the TypeScript-targeted federates have different NET sending strategies to the C-targeted ones.
We have to synchronize this to generalize the RTI message protocol.
There are no NET messages from upstream reactors. This leads to downstream reactors suspending.
At the initializing, C targeted federates send NET (0 sec, 0). In reactor-ts, only downstream reactors send NET (FOREVER).
The text was updated successfully, but these errors were encountered: