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
If some other unrelated process already has opened port 15045 then the federates might block forever waiting for an ACK from this other process. There needs to be a timeout in waiting for the ACK from RTI. In case of a timeout we must try another port.
An easier approach is to treat it as an error condition if the RTI is not able to open its designated port.
The text was updated successfully, but these errors were encountered:
If some other unrelated process already has opened port 15045 then the federates might block forever waiting for an ACK from this other process. There needs to be a timeout in waiting for the ACK from RTI. In case of a timeout we must try another port.
An easier approach is to treat it as an error condition if the RTI is not able to open its designated port.
The text was updated successfully, but these errors were encountered: