Changeset 343:4b30c9baaf97 in finroc_core-java
- Timestamp:
- 12.12.2020 13:57:05 (2 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remote/RemoteRuntime.java
r340 r343 990 990 continue; 991 991 } 992 if (connector.getStatus() != RemoteUriConnector.Status.CONNECTED ) {992 if (connector.getStatus() != RemoteUriConnector.Status.CONNECTED && (connector.getRemoteConnectOptions().flags & RemoteConnectOptions.OPTIONAL) == 0) { 993 993 connector.currentPartner = null; 994 994 RemotePort errorPort = getRemotePort(connector.getOwnerPortHandle());
Note: See TracChangeset
for help on using the changeset viewer.