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
@SuppressFBWarnings(value = "RV_RETURN_VALUE_IGNORED_BAD_PRACTICE", justification = "method signature does not permit plumbing through the return value")
138
138
@Override
139
139
protectedvoidopened() {
140
+
transport = newTransport();
140
141
Computer.threadPoolForRemoting.submit(() -> {
141
142
LOGGER.fine(() -> "setting up channel for " + agent);
0 commit comments